aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/rendering.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2013-12-05 07:25:17 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2013-12-05 07:25:17 -0800
commit5086c8c2113b67eb893cb34882e06c8b83e7951c (patch)
tree1b84176e7e3fcfc2487a3310f49a87e2cd903ee5 /actionpack/lib/abstract_controller/rendering.rb
parent23d555a0abcbe5bb143928d33aaf66b38f63338b (diff)
parentd6eda3ef3c59e377670442cd7f36460dbdf389f5 (diff)
downloadrails-5086c8c2113b67eb893cb34882e06c8b83e7951c.tar.gz
rails-5086c8c2113b67eb893cb34882e06c8b83e7951c.tar.bz2
rails-5086c8c2113b67eb893cb34882e06c8b83e7951c.zip
Merge pull request #13189 from strzalek/retain-ap-av-dep
Retain ActionPack dependency on ActionView. Fixes #12979.
Diffstat (limited to 'actionpack/lib/abstract_controller/rendering.rb')
-rw-r--r--actionpack/lib/abstract_controller/rendering.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/abstract_controller/rendering.rb b/actionpack/lib/abstract_controller/rendering.rb
index ce3a0316c4..fce61cddfd 100644
--- a/actionpack/lib/abstract_controller/rendering.rb
+++ b/actionpack/lib/abstract_controller/rendering.rb
@@ -13,6 +13,7 @@ module AbstractController
module Rendering
extend ActiveSupport::Concern
+ include ActionView::ViewPaths
# Normalize arguments, options and then delegates render_to_body and
# sticks the result in self.response_body.