Sha256: c270a7da182ed41aaba4ee54bd83bd93979f064c9888eb8a875cc09c3160fbdc
Contents?: true
Size: 1.25 KB
Versions: 62
Compression:
Stored size: 1.25 KB
Contents
user1_to_user2_1: id: 1 sender_id: 3 receiver_id: 4 subject: 'First Message' body: 'Abby, you get the first message' created_at: 2007-07-04 12:10:47.0 read_at: <%= 3.days.ago.to_s :db %> lft: 1 rgt: 2 user2_to_user1_1: id: 2 sender_id: 4 receiver_id: 3 subject: 'RE: First Message' body: 'Thanks Dad! You are the coolest!' created_at: <%= 2.days.ago.to_s :db %> lft: 3 rgt: 4 user1_to_librarian_2: id: 3 sender_id: 3 receiver_id: 4 subject: 'Second Message' body: 'Catie, you get the 2nd message' created_at: <%= 1.days.ago.to_s :db %> lft: 5 rgt: 6 librarian2_to_user2: id: 6 sender_id: 4 receiver_id: 5 subject: 'Dad!' body: 'He is sucha dork.' created_at: <%= 2.days.ago.to_s :db %> lft: 7 rgt: 8 # == Schema Information # # Table name: messages # # id :integer not null, primary key # read_at :datetime # receiver_id :integer # sender_id :integer # subject :string(255) not null # body :text # created_at :datetime # updated_at :datetime # message_request_id :integer # state :string(255) # parent_id :integer # lft :integer # rgt :integer #
Version data entries
62 entries across 61 versions & 2 rubygems