Sha256: b9e9b3465f42df533973233397ff262ef7cdd2ba8d145a14d5dc759c0d0179e9
Contents?: true
Size: 555 Bytes
Versions: 4
Compression:
Stored size: 555 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 => "admin@example.com", :password => "password", :password_confirmation => "password", :groups => ['admin'])
Version data entries
4 entries across 4 versions & 1 rubygems