[refs #90] removed task

This commit is contained in:
Alexander Machehin 2012-04-20 17:48:58 +06:00
parent 41fb4f2700
commit c75ebc4896
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
namespace :db do
desc "Drop, create, migrate then seed the database"
task :reset_db => :environment do
Rake::Task['db:drop'].invoke
Rake::Task['db:create'].invoke
Rake::Task['db:migrate'].invoke
Rake::Task['db:fixtures:load'].invoke
Rake::Task['db:seed'].invoke
end
end