Sha256: acf784acccee2dbb857eeba54b31b25f8c1fcc97e0c3b9d9e1f064aac1cfbbf6

Contents?: true

Size: 365 Bytes

Versions: 7

Compression:

Stored size: 365 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 rake db:seed (or created alongside the db with db:setup).

puts 'Creating Languages'
Odania::Language.find_or_create_by(name: 'German', iso_639_1: 'de')
Odania::Language.find_or_create_by(name: 'English', iso_639_1: 'en')

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
odania_core-0.0.7 db/seeds.rb
odania_core-0.0.6 db/seeds.rb
odania_core-0.0.5 db/seeds.rb
odania_core-0.0.4 db/seeds.rb
odania_core-0.0.3 db/seeds.rb
odania_core-0.0.2 db/seeds.rb
odania_core-0.0.1 db/seeds.rb