Sha256: 4e4f238a836e4d195a615b5ec5dc027db34fd77dc4114e09efb54e217bf991a0

Contents?: true

Size: 335 Bytes

Versions: 22

Compression:

Stored size: 335 Bytes

Contents

salkar = User.create :nick => "Salkar"
morozovm = User.create :nick => "Morozovm"

salkar_post1 = salkar.posts.create :title => "salkar_post1"
salkar_post2 = salkar.posts.create :title => "salkar_post2"
morozovm_post1 = morozovm.posts.create :title => "morozovm_post1"
morozovm_post2 = morozovm.posts.create :title => "morozovm_post2"

Version data entries

22 entries across 12 versions & 1 rubygems

Version Path
inkwell-2.0.0 test/dummy_without_community/db/seeds.rb
inkwell-2.0.0 test/dummy/db/seeds.rb
inkwell-1.5.2 test/dummy_without_community/db/seeds.rb
inkwell-1.5.2 test/dummy/db/seeds.rb
inkwell-1.5.1 test/dummy/db/seeds.rb
inkwell-1.5.1 test/dummy_without_community/db/seeds.rb
inkwell-1.4.1 test/dummy/db/seeds.rb
inkwell-1.4.1 test/dummy_without_community/db/seeds.rb
inkwell-1.2.0 test/dummy/db/seeds.rb
inkwell-1.2.0 test/dummy_without_community/db/seeds.rb
inkwell-1.1.7 test/dummy/db/seeds.rb
inkwell-1.1.7 test/dummy_without_community/db/seeds.rb
inkwell-1.1.1 test/dummy/db/seeds.rb
inkwell-1.1.1 test/dummy_without_community/db/seeds.rb
inkwell-1.0.5 test/dummy/db/seeds.rb
inkwell-1.0.5 test/dummy_without_community/db/seeds.rb
inkwell-1.0.4 test/dummy_without_community/db/seeds.rb
inkwell-1.0.4 test/dummy/db/seeds.rb
inkwell-0.1.1 test/dummy_without_community/db/seeds.rb
inkwell-0.1.1 test/dummy/db/seeds.rb