Hi,
I’ve installed restful_authentication, added the line:
config.active_record.observers = :user_observer
and run:
script/generate authenticated user session --include-activation
but I get the following error:
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/
active_support/dependencies.rb:266:in `load_missing_constant’:
uninitialized constant UserObserver (NameError)
Am I missing something?
My config is:
Ruby 1.8.6
Rails 1.2.4
Regards
Paul