Sha256: 41df76d9d857f9d26dba11869def64b745fe778902f27fc063ca52aa2f8cef47
Contents?: true
Size: 241 Bytes
Versions: 7
Compression:
Stored size: 241 Bytes
Contents
class Post < ActiveRecord::Base set_table_name "devape_cms_posts" acts_as_tree has_and_belongs_to_many :categories belongs_to :admin has_many :contents validates_presence_of :title has_friendly_id :title, :use_slug => true end
Version data entries
7 entries across 7 versions & 1 rubygems