Hi Amrit, Are you by any chance migrating this project from Rails 2.x to 3.x? If yes, you may have the application controller in old format.
Can you check and verify if you have a file app/controllers/application_controller.rb? If you don't have that, then you might have app/controllers/application.rb, in that case you will need to rename it to application_controller.rb Hope this helps -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/qndsXJiniWYJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

