On 1/23/07, Tony Arcieri <[EMAIL PROTECTED]> wrote: > I pasted it here: > > http://pastie.caboo.se/35176 > > I moved the require 'login_system' directive into clickcaster_engine.rb and > it worked just fine...
Hmm - seems odd, though depending on where "login_system" is, it may not be in the load path at the point init.rb is loaded. Also, from your paste, you should be aware of the changes to Engine.current.version. Storing version information in an about.yml file is the way to go now (see the engines plugin itself for an example). Thanks! -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
