From ced68c7430216424419ecb4525d3bc6b6847f9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 16 Jun 2009 15:56:59 +0200 Subject: App generator is working using new generators (except for templates). --- railties/configs/seeds.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 railties/configs/seeds.rb (limited to 'railties/configs/seeds.rb') diff --git a/railties/configs/seeds.rb b/railties/configs/seeds.rb deleted file mode 100644 index 3174d0cb8a..0000000000 --- a/railties/configs/seeds.rb +++ /dev/null @@ -1,7 +0,0 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). -# -# Examples: -# -# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }]) -# Major.create(:name => 'Daley', :city => cities.first) -- cgit v1.2.3