Hi Marc, > IIRC, engines cause rails to scan > plugin/app/controller/**/*_controller.rb.
Most likely, yes. > If you are overriding ApplicationController in the plugin, you might > need to go to plugin/lib or somewhere else guaranteed to load. What I do now is copy the code to myplugin.rb and require it from init.rb. This works fine, although it doesn't feel 'right'. But what counts is that it works as intended so thanks for the hint! Patrick -- 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
