Rendering doesn't need RackDelegation

This commit is contained in:
wycats 2010-10-10 00:52:43 -07:00
parent 8cb2cfbf71
commit b3cadf338b

@ -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.