Files
rails/actionpack/lib/action_controller
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
..
2010-03-04 16:59:54 -08:00
2010-03-08 16:50:00 -08:00