Sha256: 91d55cce9aa02536e10df8ad679520e45252f706f21b33c48162b3fa52d7bdc3
Contents?: true
Size: 172 Bytes
Versions: 10
Compression:
Stored size: 172 Bytes
Contents
class PagePart < ActiveRecord::Base belongs_to :page validates_presence_of :title alias_attribute :content, :body has_friendly_id :title, :use_slug => true end
Version data entries
10 entries across 10 versions & 2 rubygems