Sha256: 7a038c19dd5eff4271b22ca770ed734c9b54ab56410659f637ae4270f3bbb968

Contents?: true

Size: 406 Bytes

Versions: 9

Compression:

Stored size: 406 Bytes

Contents

# 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 bin/rails db:seed command (or created alongside the database with db:setup).
#
# Examples:
#
#   movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
#   Character.create(name: 'Luke', movie: movies.first)

10.times do
  Boop.create!
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
test_data-0.3.2 example/db/seeds.rb
test_data-0.3.1 example/db/seeds.rb
test_data-0.3.0 example/db/seeds.rb
test_data-0.2.2 example/db/seeds.rb
test_data-0.2.1 example/db/seeds.rb
test_data-0.2.0 example/db/seeds.rb
test_data-0.1.0 example/db/seeds.rb
test_data-0.0.2 example/db/seeds.rb
test_data-0.0.1 example/db/seeds.rb