rails/actionmailer/lib
Dave Gynn 42e9eed9ba Prevent ActionMailer initializer from triggering load of ActionMailer
the after_initialize block has been changed to use the configuration from
`config.action_mailer` rather than `ActionMailer::Base` so that action mailer
is not loaded before it is necessary.
the mailer preview routes setup have been moved out of an `on_load(:action_mailer)`
block.
2016-02-22 19:26:02 -08:00
..
action_mailer Prevent ActionMailer initializer from triggering load of ActionMailer 2016-02-22 19:26:02 -08:00
rails/generators/mailer Revert "When generating a mailer, you must specify Mailer in the class name in" 2016-02-06 15:02:02 +09:00
action_mailer.rb Update copyright notice for 2016 2016-01-01 12:31:53 -05:00