On 10/16/06, James Adam <[EMAIL PROTECTED]> wrote: > So, rather than > > module SomeEngine > config :something, <value> > end > Engines.start :some_engine > > we might have > > Engines.start :some_engine > SomeEngine.something = <value> > > The user configuration would now occur after the engines are loaded, > so that the appropriate accessors ca be defined within the engine > itself.
I love it. _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
