Sha256: 4166bc16ed29e33644d799e6bb9e0f43b8ddf3123b8fedadff97eeac530855d3
Contents?: true
Size: 380 Bytes
Versions: 18
Compression:
Stored size: 380 Bytes
Contents
# -*- encoding : utf-8 -*- # 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 => 'Daley', :city => cities.first)
Version data entries
18 entries across 18 versions & 1 rubygems