rails--rails/activesupport/lib/active_support/dependencies
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
..
autoload.rb Replace the placeholder base_hook API with on_load. To specify some code that 2010-03-29 17:08:50 -07:00