1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Rendering doesn't need RackDelegation

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

View file

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