aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/rendering.rb
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-06-02 22:56:41 +0200
committerwycats <wycats@gmail.com>2010-06-02 22:56:41 +0200
commitffe001f19dbbd9e697f6300650779f5e1391ce1e (patch)
tree050df0d7f91f012062d0ba6965410da0aff200eb /actionpack/lib/abstract_controller/rendering.rb
parent26c5680bd01bd0e525eccc5d47a2e7126d9383f7 (diff)
downloadrails-ffe001f19dbbd9e697f6300650779f5e1391ce1e.tar.gz
rails-ffe001f19dbbd9e697f6300650779f5e1391ce1e.tar.bz2
rails-ffe001f19dbbd9e697f6300650779f5e1391ce1e.zip
Changes made while working on upgrading cells to Rails 3
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 d2db366140..6e3998aa21 100644
--- a/actionpack/lib/abstract_controller/rendering.rb
+++ b/actionpack/lib/abstract_controller/rendering.rb
@@ -1,4 +1,5 @@
require "abstract_controller/base"
+require "action_view"
module AbstractController
class DoubleRenderError < Error