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

Version Path
faml-0.7.3 spec/rails/db/seeds.rb
faml-0.7.2 spec/rails/db/seeds.rb
faml-0.7.1 spec/rails/db/seeds.rb
faml-0.7.0 spec/rails/db/seeds.rb
faml-0.6.5 spec/rails/db/seeds.rb
faml-0.6.4 spec/rails/db/seeds.rb
faml-0.6.3 spec/rails/db/seeds.rb
faml-0.6.2 spec/rails/db/seeds.rb
faml-0.6.1 spec/rails/db/seeds.rb