# HG changeset patch # User edogawaconan # Date 1418280985 -32400 # Node ID d76324184cc74654054baee81a472b18b35f9153 # Parent 1a281427e841d088a313f2be1da72412f0312f06 Remove unused seeds file. diff -r 1a281427e841 -r d76324184cc7 db/seeds.rb --- a/db/seeds.rb Thu Dec 11 15:56:16 2014 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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)