Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plain generation not creating routes #32

Open
4thking opened this issue Aug 5, 2015 · 1 comment
Open

Plain generation not creating routes #32

4thking opened this issue Aug 5, 2015 · 1 comment

Comments

@4thking
Copy link

4thking commented Aug 5, 2015

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.

@tabish-saleem-nxb
Copy link

Make it yourself in config/routes.rb.
namespace :contests do
resources :surveys, :attempts
end
Then rake routes to see paths of surveys and attempts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants