It sounds very much like you haven't properly installed the user engine. Did you follow the user engine README file step by step?
It's also possible that your version of Rails (1.0? InstantRails? Locomotive?) isn't playing nice with the engines plugin. Be sure to update to the latest release (or the SVN trunk if you're using edge rails, there are a few more hoops to jump through, check this list's archives). - james On 2/16/06, Greg Donald <[EMAIL PROTECTED]> wrote: > In addition I'm getting this error in my main controller: > > NoMethodError in Home#index > > undefined method `guest_user_authorized?' for User:Class > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
