mastodon/app/models/article.rb

13 lines
269 B
Ruby
Raw Normal View History

2020-07-24 17:04:16 +02:00
# == Schema Information
#
# Table name: articles
#
# id :bigint(8) not null, primary key
# title :string
# text :text
# created_at :datetime not null
# updated_at :datetime not null
#
class Article < ApplicationRecord
end