Expected XYZcontroller.rb to define XYZ

Hi Guys,

I have a page - http://www.pilotoutlook.com/flying_club/dosearch

which was working fine and then I changed the code and I started having
some
issues. So, I reverted it back but I am still having following errors -

Processing ApplicationController#dosearch (for 24.16.111.232 at
2008-05-11
01:23:12) [GET]
Session ID: 879c894e2c7e646b380cd53b259833db
Parameters: {“action”=>“dosearch”, “controller”=>“flying_club”}

LoadError (Expected /usr/rails/app/controllers/flying_club_controller.rb
to
define FlyingClubController):

/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:249:in
`load_missing_constant’

/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:452:in
`const_missing’

/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:464:in
`const_missing’

/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/inflector.rb:250:in
`constantize’

I have a flying_club_controller.rb which has following code -

class FlyingClubController < ApplicationController
def dosearch

end


end

FlyingClubController is defined, so why is it complaining. Please
advise.


Rajat G.

Ph: 206-499-9495
Add: 16140 SE EastGate Way APT E-204
Bellevue, WA 98008
Web: http://www.pilotoutlook.com

On Mon, May 12, 2008 at 03:45:30AM +0900, Rajat G. wrote:

LoadError (Expected /usr/rails/app/controllers/flying_club_controller.rb to
define FlyingClubController):

One scenario: flying_club_controller.rb require’s some file (perhaps in
a
helper) which has a problem. Look there.

Btw, this is the Ruby language list; please ask Rails-related questions
on the
Rails mailing lists/fora.