Skip to content

Commit

Permalink
Fix "uninitialized constant Rake::DSL" on Heroku.
Browse files Browse the repository at this point in the history
  • Loading branch information
pozorvlak committed Jul 4, 2013
1 parent e4dd0f9 commit ffacf27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -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

0 comments on commit ffacf27

Please sign in to comment.