Sha256: a62b30173651237fe0e7f66bd48af54942a0de7ae9f25a3a33f77f0358ac43f6

Contents?: true

Size: 447 Bytes

Versions: 5

Compression:

Stored size: 447 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).
#
# Examples:
#
#   cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
#   Mayor.create(name: 'Emanuel', city: cities.first)

AdminUser.delete_all
AdminUser.create!(name: 'Admin', email: 'user@example.com', password: 'password')

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
venice-chr-0.1.5 db/seeds.rb
venice-chr-0.1.4 db/seeds.rb
venice-chr-0.1.3 db/seeds.rb
venice-chr-0.1.2 db/seeds.rb
venice-chr-0.1.1 db/seeds.rb