Sha256: 40090f7ea31925a5e9e36ffcb53858c681ca4a93cb9d5d080e7e2eefa46a0f4d
Contents?: true
Size: 99 Bytes
Versions: 3
Compression:
Stored size: 99 Bytes
Contents
puts "Creating users..." User.delete_all User.create :id => 1 User.create :id => 2, :admin => true
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
interpret-0.2.0 | test_app/db/seeds.rb |
interpret-0.1.5 | test_app/db/seeds.rb |
interpret-0.1.4 | test_app/db/seeds.rb |