aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-12 19:50:12 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-12 19:50:12 -0600
commit39b708be96f470555bdc6d2c81f252f9f175f899 (patch)
tree5ea9dc2a5e01d8c3453cbad055491df899eb296c
parent71cd5b9568ddb3fee52318d79e899979887bc087 (diff)
downloadrails-39b708be96f470555bdc6d2c81f252f9f175f899.tar.gz
rails-39b708be96f470555bdc6d2c81f252f9f175f899.tar.bz2
rails-39b708be96f470555bdc6d2c81f252f9f175f899.zip
rendering controller needs base
-rw-r--r--actionpack/lib/abstract_controller/rendering_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/abstract_controller/rendering_controller.rb b/actionpack/lib/abstract_controller/rendering_controller.rb
index d6d2c3e191..7f2243d4ef 100644
--- a/actionpack/lib/abstract_controller/rendering_controller.rb
+++ b/actionpack/lib/abstract_controller/rendering_controller.rb
@@ -1,3 +1,4 @@
+require "abstract_controller/base"
require "abstract_controller/logger"
module AbstractController