1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionmailer/lib
wycats 4aded43b73 Replace the placeholder base_hook API with on_load. To specify some code that
should run during framework load do:

ActiveSupport.on_load(:action_controller) do
  # Code run in the context of AC::Base
end
2010-03-29 17:08:50 -07:00
..
action_mailer Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
action_mailer.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00