Why can't rails3 find ApplicationController when it is in my application
Posted
by Laurie Young
on Stack Overflow
See other posts from Stack Overflow
or by Laurie Young
Published on 2010-03-03T12:11:09Z
Indexed on
2010/05/23
0:30 UTC
Read the original article
Hit count: 559
ruby-on-rails3
|applicationcontroller
In a Rails3 Application I keep getting
..gems/activesupport-3.0.0.beta/lib/active_support/dependencies.rb:459:in 'load_missing_constant': uninitialized constant ApplicationController (NameError)
Even though app/controllers/application_controller.rb
exists and is valid. What is the problem
© Stack Overflow or respective owner