lib/action_controller.rb in actionpack-3.0.0.beta2 vs lib/action_controller.rb in actionpack-3.0.0.beta3
- old
+ new
@@ -31,10 +31,9 @@
autoload :Responder
autoload :SessionManagement
autoload :Streaming
autoload :Testing
autoload :UrlFor
- autoload :Verification
end
autoload :Dispatcher, 'action_controller/deprecated/dispatcher'
autoload :Integration, 'action_controller/deprecated/integration_test'
autoload :IntegrationTest, 'action_controller/deprecated/integration_test'