templates/lib/tasks/dev.rake in cybele-1.9.1 vs templates/lib/tasks/dev.rake in cybele-1.9.2

- old
+ new

@@ -6,11 +6,10 @@ raise 'Nah, You are at production' if Rails.env.production? Rake::Task['dev:kill_postgres_connections'].execute Rake::Task['db:drop'].execute Rake::Task['db:create'].execute Rake::Task['db:migrate'].execute - Rake::Task['dev:initial'].execute - Rake::Task['db:seed'].execute + Rake::Task['dev:seed'].execute end desc 'seed test data' task seed: [:environment] do Rake::Task['db:seed'].execute \ No newline at end of file