On Wednesday 04 July 2012, Piotr Sarnacki wrote: > Hi, > > You should require dependencies of an engine before initialization, > for example in lib/my_engine/engine.rb file: > > require 'other_engine/engine' > require 'yet_another_engine/engine' > > moduleMyEngine > class Engine < ::Rails::Engine > end > end
Now that you've said it, it seems incredibly obvious. Thanks! Michael -- Michael Schuerig mailto:[email protected] http://www.schuerig.de/michael/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
