diff options
author | wycats <wycats@gmail.com> | 2010-10-10 00:52:43 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-10-10 00:54:11 -0700 |
commit | b3cadf338b948640e2203d677cc2b19fd2422ae8 (patch) | |
tree | 2b0afb703a5a5aff588b6d726c64d94d20935cbd | |
parent | 8cb2cfbf71092f95090335cbdde0340cc74db748 (diff) | |
download | rails-b3cadf338b948640e2203d677cc2b19fd2422ae8.tar.gz rails-b3cadf338b948640e2203d677cc2b19fd2422ae8.tar.bz2 rails-b3cadf338b948640e2203d677cc2b19fd2422ae8.zip |
Rendering doesn't need RackDelegation
-rw-r--r-- | actionpack/lib/action_controller/metal/rendering.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/rendering.rb b/actionpack/lib/action_controller/metal/rendering.rb index 86bb810947..e524e546ad 100644 --- a/actionpack/lib/action_controller/metal/rendering.rb +++ b/actionpack/lib/action_controller/metal/rendering.rb @@ -2,7 +2,6 @@ module ActionController module Rendering extend ActiveSupport::Concern - include ActionController::RackDelegation include AbstractController::Rendering # Before processing, set the request formats in current controller formats. |