Sha256: a06f8ff9369494c3be4f8cf1889d8168c86fcd8742db09c286efce461c27d9c0
Contents?: true
Size: 194 Bytes
Versions: 7
Compression:
Stored size: 194 Bytes
Contents
class Post < ActiveRecord::Base has_many :post_categories has_many :categories, :through => :post_categories belongs_to :user def self.statuses %w(draft hidden published) end end
Version data entries
7 entries across 7 versions & 1 rubygems