From b8b3d97718ee47eb112e3892f98d9da280288621 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Wed, 11 Jul 2012 17:33:09 -0500 Subject: [PATCH] not used --- db/seeds.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 db/seeds.rb diff --git a/db/seeds.rb b/db/seeds.rb deleted file mode 100644 index 4edb1e8..0000000 --- a/db/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' }]) -# Mayor.create(name: 'Emanuel', city: cities.first)