Merge pull request #244 from pozorvlak/fix_rake

Fix "uninitialized constant Rake::DSL" on Heroku.
This commit is contained in:
Skud
2013-07-04 16:26:03 -07:00

View File

@@ -2,6 +2,7 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require 'rake/dsl_definition'
require File.expand_path('../config/application', __FILE__)
Growstuff::Application.load_tasks