aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-11-25 15:06:30 -0800
committerXavier Noria <fxn@hashref.com>2011-11-25 15:06:30 -0800
commitb6916e0b925d4c8b4487d574fe07b11440f2ec5e (patch)
tree73ce58d264c9147678afebd152fd58d2e07e2c54 /actionpack/lib/action_controller/base.rb
parentb30b932447d3ae059c0dac2c5bf0a3a79e0fa54e (diff)
downloadrails-b6916e0b925d4c8b4487d574fe07b11440f2ec5e.tar.gz
rails-b6916e0b925d4c8b4487d574fe07b11440f2ec5e.tar.bz2
rails-b6916e0b925d4c8b4487d574fe07b11440f2ec5e.zip
removes a Serialization constant left in the previous revert
Diffstat (limited to 'actionpack/lib/action_controller/base.rb')
-rw-r--r--actionpack/lib/action_controller/base.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb
index cfb9cf5e6e..98bfe72fef 100644
--- a/actionpack/lib/action_controller/base.rb
+++ b/actionpack/lib/action_controller/base.rb
@@ -190,7 +190,6 @@ module ActionController
Redirecting,
Rendering,
Renderers::All,
- Serialization,
ConditionalGet,
RackDelegation,
SessionManagement,