Sha256: 93fb51005baa86277784975a5c0e134a275a877f8f42503dfca3249cdaa8a50e
Contents?: true
Size: 309 Bytes
Versions: 12
Compression:
Stored size: 309 Bytes
Contents
p = Post.create(text: 'First post!') Comment.create(post_id: p.id, text: 'First comment!') Post.create(text: 'Second post!') t = Tutorial.create(text: 'Tutorial!') Comment.create(post_id: t.id, text: 'First comment!') a = Article.create(text: 'Article!') Comment.create(post_id: a.id, text: 'First comment!')
Version data entries
12 entries across 12 versions & 1 rubygems