mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unused constant
This commit is contained in:
parent
6e559168dc
commit
c937ddb5ce
1 changed files with 0 additions and 2 deletions
|
@ -49,10 +49,8 @@ module ActionController
|
|||
extend ActiveSupport::Concern
|
||||
include Renderers
|
||||
|
||||
INCLUDED = []
|
||||
included do
|
||||
self._renderers = RENDERERS
|
||||
INCLUDED << self
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue