lib/action_controller.rb in actionpack-3.0.0.beta4 vs lib/action_controller.rb in actionpack-3.0.0.rc

- old
+ new

@@ -4,11 +4,10 @@ module ActionController extend ActiveSupport::Autoload autoload :Base autoload :Caching - autoload :PolymorphicRoutes autoload :Metal autoload :Middleware autoload_under "metal" do autoload :Compatibility @@ -65,10 +64,10 @@ # All of these simply register additional autoloads require 'action_view' require 'action_controller/vendor/html-scanner' -# Common ActiveSupport usage in ActionController +# Common Active Support usage in Action Controller require 'active_support/concern' require 'active_support/core_ext/class/attribute_accessors' require 'active_support/core_ext/load_error' require 'active_support/core_ext/module/attr_internal' require 'active_support/core_ext/module/delegation'