Sha256: 394e17809d4d30bc1d72804aa3fb1498ea754060dc72ea0937d693655d848b83
Contents?: true
Size: 622 Bytes
Versions: 21
Compression:
Stored size: 622 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) admin = User.where(:email => 'admin@xingframework.com').first_or_create!( :email_confirmation => 'admin@xingframework.com', :password => 'password', :password_confirmation => 'password', :uid => 'admin@xingframework.com', :role_name => 'Admin') admin.confirm
Version data entries
21 entries across 21 versions & 1 rubygems