trying to load an library from /home/.highjump, dunno why.

I have a typo blog running on dreamhost, now i'm getting this strange error: LoadError (Expected /home/.highjump/auszug/auszug.org/app/controllers/ articles_controller.rb to define ArticlesController):

I can't find out why it is trying to load a library from / home/.highjump, i didn't change any file for months there. Anyone had this error too?

inside my app/controllers/articles_controller.rb: class ArticlesController < ContentController

it seems fine.

There could be a syntax or some other error in there that caused the class to be improperly loaded. Try reloading your server and you should the "real error" on the first request.

--Jeremy

Try this one   class ArticlesController < ActionController::Base