Sha256: 5a02b134a045a725211d4ec845b964abf1c5c48706b5866ba15c6af2876f80fe
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
Whodat::User.create!( name: "Test User", email: "test2@test.com", password: "testtest", password_confirmation: "testtest" ) Whodat::User.create!( name: "Sample User", email: "sample@sample.org", password: "password", password_confirmation: "password" ) users = Whodat::User.all puts "Seed finished" puts "#{Whodat::User.count} users created"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
whodat-1.0.1 | spec/dummy/db/seeds.rb |