mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-06 15:41:09 -05:00
Merge pull request #244 from pozorvlak/fix_rake
Fix "uninitialized constant Rake::DSL" on Heroku.
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user