1
0
Fork 0
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:
Steve Klabnik 2013-09-13 12:52:44 -07:00
commit aeef940540

View file

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