Sha256: 7feaab18c11d19fc0a221127c2093f89055b67c6ab38875fda71c99bb0802d1b
Contents?: true
Size: 798 Bytes
Versions: 41
Compression:
Stored size: 798 Bytes
Contents
# Belongs to admin. published: id: 1 title: Title One body: This is the body. created_at: <%= 7.days.ago.to_s(:db) %> updated_at: <%= 7.days.ago.to_s(:db) %> status: true typus_user_id: 1 # Belongs to editor. unpublished: id: 2 title: Title Two body: This is the body. created_at: <%= 6.days.ago.to_s(:db) %> updated_at: <%= 6.days.ago.to_s(:db) %> status: false typus_user_id: 1 owned_by_admin: id: 3 title: Owned by admin body: This is the body. created_at: <%= 5.days.ago.to_s(:db) %> updated_at: <%= 5.days.ago.to_s(:db) %> status: false typus_user_id: 1 owned_by_editor: id: 4 title: Owned by editor body: This is the body. created_at: <%= 4.days.ago.to_s(:db) %> updated_at: <%= 4.days.ago.to_s(:db) %> status: false typus_user_id: 2
Version data entries
41 entries across 41 versions & 2 rubygems