Fix/Solution for NoMethodError? (undefined method `controller_name’ for nil:NilClass)


This error appears when same action gets called twice. There might be chances to have controller with same name twice inside app as well as plugins

In my case the error appeared while migrating from rails 2.1 to 2.3.
Application was having application.rb and application_controller.rb

Files deleted:
trunk/app/controllers/application.rb

And that solved problem !

2 thoughts on “Fix/Solution for NoMethodError? (undefined method `controller_name’ for nil:NilClass)

  1. from where you learnt NoMethodError is because of the same action called twice.

    Solution Rename application.rb => application_controller.rb

Leave a reply to Satish Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.