Sha256: c1f471d4247d003e016174444666cd653672eb7a8f34f07b13e4fd68af91a256
Contents?: true
Size: 373 Bytes
Versions: 9
Compression:
Stored size: 373 Bytes
Contents
# frozen-string-literal: true # 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)
Version data entries
9 entries across 9 versions & 1 rubygems