Sha256: 79bed02eb0b28c8fbd0281710619dff22a759119db2365e29d7383737b80edbe
Contents?: true
Size: 537 Bytes
Versions: 44
Compression:
Stored size: 537 Bytes
Contents
# == Schema Information # # Table name: account_contacts # # id :integer not null, primary key # account_id :integer # contact_id :integer # deleted_at :datetime # created_at :datetime # updated_at :datetime # <% for i in (1 .. 20) do random = rand(20) %> account_contacts<%= i %>: id: <%= i %> account_id: <%= i if random < 15 %> contact_id: <%= (i + random) if random < 15 %> deleted_at: created_at: <%= starts = Date.today - rand(15).days %> updated_at: <%= starts + rand(5).days %> <% end %>
Version data entries
44 entries across 44 versions & 2 rubygems