aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides.rb
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-02-20 08:57:09 +0100
committerPratik Naik <pratiknaik@gmail.com>2009-02-20 08:57:09 +0100
commit8a9ef83372bb36b901daef88a21d27b74e9b1414 (patch)
treebd52b2d4d14dcda6b53312757c7fb211c52fe6fc /railties/guides/rails_guides.rb
parent74fe58add5d6d83038e7db3c79024b6789a2ec25 (diff)
downloadrails-8a9ef83372bb36b901daef88a21d27b74e9b1414.tar.gz
rails-8a9ef83372bb36b901daef88a21d27b74e9b1414.tar.bz2
rails-8a9ef83372bb36b901daef88a21d27b74e9b1414.zip
Fix the fucking rake task
Diffstat (limited to 'railties/guides/rails_guides.rb')
-rw-r--r--railties/guides/rails_guides.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/guides/rails_guides.rb b/railties/guides/rails_guides.rb
index 7617dff5a3..a5a4fdb079 100644
--- a/railties/guides/rails_guides.rb
+++ b/railties/guides/rails_guides.rb
@@ -3,6 +3,7 @@ $: << pwd
$: << File.join(pwd, "../../activesupport/lib")
$: << File.join(pwd, "../../actionpack/lib")
+require "action_controller"
require "action_view"
# Require rubygems after loading Action View