Sha256: 30d107e6747350273a5643d249db7210dfd267dd68256fda7689c96dba63fbfb
Contents?: true
Size: 203 Bytes
Versions: 5
Compression:
Stored size: 203 Bytes
Contents
class PagePart < ActiveRecord::Base belongs_to :page validates_presence_of :title alias_attribute :content, :body def to_param "page_part_#{self.title.downcase.gsub(" ", "_")}" end end
Version data entries
5 entries across 5 versions & 1 rubygems