Please help me in solving an issue.
I wonder why i am getting this error. This method is defined in a
controller which was generated through scaffolding and other functions
that were created are working fine.
Please help me. I am a novice to rails. Any help will be highly
appreciated.
I am getting the following error when trying to link a method in a
view so that it can be called on that very object(id).
undefined method `abc_notice_path' for #<ActionView::Base:0xed65220>
Please help me in solving an issue.
I wonder why i am getting this error. This method is defined in a
controller which was generated through scaffolding and other functions
that were created are working fine.
Please help me. I am a novice to rails. Any help will be highly
appreciated.
I am getting the following error when trying to link a method in a
view so that it can be called on that very object(id).
undefined method `abc_notice_path' for #<ActionView::Base:0xed65220>
The *_path helpers are created for you from your config/routes.rb
file. Have you added abc as a member action on the notices
collection ?