Observers, environment.rb and application.rb

I’d guess you are running Rails 1.1.6 or earlier. Newer versions of Rails properly use the environment.rb for setting observers and have removed the ActionController::Base#observer call.

Jason