aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-10-27 18:12:32 -0700
committerJamie Winsor <jamie@enmasse.com>2011-10-27 18:12:32 -0700
commit5a958007c5c4b3ef4af001464d75c4c00adfe870 (patch)
treea0aa41f3bd78230d5d3438bef0049ea767a8526d /Rakefile
parent8cd4a282d8f1173f4d8df496c2dd2b61ad892292 (diff)
downloadrefinerycms-blog-5a958007c5c4b3ef4af001464d75c4c00adfe870.tar.gz
refinerycms-blog-5a958007c5c4b3ef4af001464d75c4c00adfe870.tar.bz2
refinerycms-blog-5a958007c5c4b3ef4af001464d75c4c00adfe870.zip
Update blog generator to use Rails 3.1 base
Seeds will now follow Rails 3.1 conventions
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5adcafe..8fb342e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
-ENGINE_ROOT = File.dirname(__FILE__)
+ENGINE_PATH = File.dirname(__FILE__)
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
if File.exists?(APP_RAKEFILE)