Sha256: d6d89876095558f5055a8d54180ae3a5bab31013e110d14143708d347a4de7f8

Contents?: true

Size: 559 Bytes

Versions: 1

Compression:

Stored size: 559 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)
#
Noodall::Node.create_indexes!
Noodall::Site.build!
User.create(:name => "Mr Admin", :email => "hello@wearebeef.co.uk", :password => "passw0rd", :password_confirmation => "passw0rd", :groups => ['admin'])

Version data entries

1 entries across 1 versions & 1 rubygems

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