1
0
Fork 0

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

View File

@ -1,7 +1,6 @@
source 'http://rubygems.org'
gem 'rails', '3.0.8'
gem 'rake', '0.9.2'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

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