Sha256: 0d20dfa0aff7e11ba79575cdb2e444dbdf4e600774c6a85cc24c2d36394bf50c
Contents?: true
Size: 558 Bytes
Versions: 9
Compression:
Stored size: 558 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' }]) # Major.create(:name => 'Daley', :city => cities.first) AuthlogicUser.create :email => "paul.engel@holder.nl", :password => "testrichcms", :password_confirmation => "testrichcms" DeviseUser .create :email => "paul.engel@holder.nl", :password => "testrichcms"
Version data entries
9 entries across 3 versions & 1 rubygems