Sha256: c1053e5a7f01b1e18493c4e76b0d621aff4abd8ca64c2924388e703d91b3659b

Contents?: true

Size: 578 Bytes

Versions: 1

Compression:

Stored size: 578 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 => 'Daley', :city => cities.first)
#
User.create!(:name => "Mr Admin", :email => "hello@wearebeef.co.uk", :password => "passw0rd", :password_confirmation => "passw0rd", :groups => ['admin'])
Home.create!(:title => "Home", :publish => true, :body => "Welcome")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noodall-0.0.4 lib/noodall/templates/db/seeds.rb