mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing dependency.
This commit is contained in:
parent
4f044528c0
commit
944b4d5796
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ module ActionController #:nodoc:
|
|||
module MimeResponds
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
include ActionController::ImplicitRender
|
||||
|
||||
included do
|
||||
class_attribute :responder, :mimes_for_respond_to
|
||||
self.responder = ActionController::Responder
|
||||
|
|
Loading…
Reference in a new issue