aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/rendering.rb
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-12-05 00:17:39 +0100
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-12-05 01:02:46 +0100
commitd8888b94b32b28003ec247d0565e73dee731275e (patch)
tree410e0e71ad7ba0cddacb0d6128ccc3c8c9b77764 /actionpack/lib/abstract_controller/rendering.rb
parent501acab943cdc3a5ac389cfd9b39dc34d3ca86fb (diff)
downloadrails-d8888b94b32b28003ec247d0565e73dee731275e.tar.gz
rails-d8888b94b32b28003ec247d0565e73dee731275e.tar.bz2
rails-d8888b94b32b28003ec247d0565e73dee731275e.zip
Retain ActionPack dependency on ActionView
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.