Sha256: 14faadee53b0542ab6695a96fc6d9ccef8b422644d221f2d75270c89980aad86

Contents?: true

Size: 407 Bytes

Versions: 1

Compression:

Stored size: 407 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)

User.new(email: 'user@example.com', password: 'password').save

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
distribot-ui-0.1.0 db/seeds.rb