views:

27

answers:

0

Hey,Guys. Now i have got a question after i view the index page of rails project.It got the error as this

NameError in HomeController#index 
uninitialized constant ActionWebService::Dispatcher::ActionController::Base

In the script/console ,it reproduce the error.

>> ActionWebService
=> ActionWebService
>> ActionWebService::Dispatcher
=> ActionWebService::Dispatcher
>> ActionWebService::Dispatcher::ActionController
=> ActionWebService::Dispatcher::ActionController
>> ActionWebService::Dispatcher::ActionController::Base
NameError: uninitialized constant ActionWebService::Dispatcher::ActionController::Base
 from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:443:in `load_missing_constant'
 from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:80:in `rake_original_const_missing'
 from /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing'
 from (irb):4

I want someone give me some advice to solve the problem. thank you and best regards!