• P
    Moved ActionMailer and ActionController railties options to inherited hook · e5af8b7d
    Piotr Sarnacki 提交于
    This change is needed, because we must take namespace into account and if
    controller's/mailer's class is namespaced, engine's paths should be set
    instead of application's ones.
    
    The nice side effect of this is removing unneeded logic in
    ActionController::Base.inherited - now the helpers_path should be set
    correctly even for engine's controllers, so helper(:all) will always
    include correct helpers.
    e5af8b7d
base.rb 9.4 KB