Sha256: c081c7a00058b03c6b54d3816dff0ea37a11b9abfb457a6f7d7c803b8b0450fb
Contents?: true
Size: 431 Bytes
Versions: 13
Compression:
Stored size: 431 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 => 'Daley', :city => cities.first) # ~ require Rails.root.join('db/seeds/fields')
Version data entries
13 entries across 13 versions & 1 rubygems