rails/activesupport/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
..
active_support Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00
active_support.rb Make many parts of Rails lazy. In order to facilitate this, 2010-03-07 06:24:30 -08:00