Sha256: 2242864cd1c442a707bc34485f06aba3a57d886e998cd1136321b69cd58571ea
Contents?: true
Size: 176 Bytes
Versions: 29
Compression:
Stored size: 176 Bytes
Contents
class Category < ActiveRecord::Base has_many :posts, inverse_of: :category has_many :entries has_many :users def draft_post posts.draft.first_or_create end end
Version data entries
29 entries across 29 versions & 2 rubygems