1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update seeds.rb.tt

Rahm Emanuel doesn't deserve to be in Rails.
This commit is contained in:
Paul Clegg 2015-12-11 15:41:29 -06:00 committed by Rafael Mendonça França
parent 8d672a5f92
commit b66ee36ed1

View file

@ -3,5 +3,5 @@
#
# Examples:
#
# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
# Mayor.create(name: 'Emanuel', city: cities.first)
# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
# Character.create(name: 'Luke', movie: movies.first)