Added dsl to rakefile, attempt to fix heroku db:migrate error

This commit is contained in:
magnolia-fan
2011-06-18 20:27:51 +04:00
parent de30e330fe
commit ec90fe57f2
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
require 'rake/dsl_definition'
require 'rake'
Beathaven::Application.load_tasks