mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #12225 from adomokos/no_need_for_active_support_concern
Removing ActiveSupport::Concern, it's not needed
This commit is contained in:
commit
aeef940540
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
module ActionController
|
||||
module Head
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
# Return a response that has no content (merely headers). The options
|
||||
# argument is interpreted to be a hash of header names and values.
|
||||
# This allows you to easily return a response that consists only of
|
||||
|
|
Loading…
Reference in a new issue