Uses extlib_inheritable_accessor

This commit is contained in:
Jeremy Kemper 2009-09-14 12:47:31 -07:00
parent 181cd109d9
commit af68eb99c1

@ -1,3 +1,5 @@
require 'active_support/core_ext/class/inheritable_attributes'
module ActionController module ActionController
# ActionController::Metal provides a way to get a valid Rack application from a controller. # ActionController::Metal provides a way to get a valid Rack application from a controller.
# #