Open 4thking opened 9 years ago
Rails 4:
Rails generate survey plain is not creating the necessary routes. Rails generate survey routes did not do it either. I had to manually add it to make it work.
Make it yourself in config/routes.rb. namespace :contests do resources :surveys, :attempts end Then rake routes to see paths of surveys and attempts.
Rails 4:
Rails generate survey plain is not creating the necessary routes. Rails generate survey routes did not do it either. I had to manually add it to make it work.