Gab-Social/app/models/status_revision.rb

14 lines
290 B
Ruby
Raw Normal View History

2019-09-11 14:21:29 +00:00
# == Schema Information
#
# Table name: status_revisions
#
# id :bigint(8) not null, primary key
# status_id :bigint(8)
# text :string
# created_at :datetime not null
# updated_at :datetime not null
#
class StatusRevision < ApplicationRecord
end