Tagged Questions
0
votes
1answer
55 views
NoMethodError in Rails
I am getting
NoMethodError in ProjectsController#edit
undefined method `projects' for
#<User:0x28356d8>`app/controllers/projects_controller.rb:154:in `correct_user'
The params are: ...
0
votes
1answer
185 views
undefined method on rails 3 scaffolded “new” action
I was creating a scaffolded class on rails and then I tried to access it's "new" action but i got this error:
NoMethodError in Medias#new
Showing ...
0
votes
1answer
608 views
NoMethodError - undefined method in routes following Railscast 145
I'm using Rails 3.1 and following this railscast to implement active merchant, I'm trying to copy the shopping cart used in the episode but am getting this error:
NoMethodError
undefined ...