aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-04-18 08:13:28 +0200
committerJosé Valim <jose.valim@gmail.com>2011-04-18 08:13:28 +0200
commit944b4d57960569d5c9a08783044677721a6de4df (patch)
treea2fc4c8b8bf2f5a1b48dfc12c7a704c1e2a59d8c /actionpack
parent4f044528c0373b0a581a12b1311a7a544ded6c58 (diff)
downloadrails-944b4d57960569d5c9a08783044677721a6de4df.tar.gz
rails-944b4d57960569d5c9a08783044677721a6de4df.tar.bz2
rails-944b4d57960569d5c9a08783044677721a6de4df.zip
Add missing dependency.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/metal/mime_responds.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/metal/mime_responds.rb b/actionpack/lib/action_controller/metal/mime_responds.rb
index 16d48e4677..f10287afb4 100644
--- a/actionpack/lib/action_controller/metal/mime_responds.rb
+++ b/actionpack/lib/action_controller/metal/mime_responds.rb
@@ -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