I am moderately new to Rails so this may be a stupid question...
I followed the basic steps noted on the github site for the plugin (mainly installed the plugin, ran the generator, modified environment.rb and created the UserObserver class in the models directory)
The error I'm getting is saying it's coming from active_support/dependencies. "'load_missing_constant': uninitialized constant UserObserver (NameError)." Any idea on why it could not find the user observer class?