Gab-Social/app/models/status_revision.rb
2019-09-17 17:21:29 +03:00

14 lines
290 B
Ruby

# == 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