Sha256: 6376a1ab8a3f96d93a2bfe36b1a5ec3ab5db5fc4926fb116685e15c34d67a7e6
Contents?: true
Size: 243 Bytes
Versions: 8
Compression:
Stored size: 243 Bytes
Contents
class SpudPagePartialRevision < ActiveRecord::Base belongs_to :spud_page # attr_accessible :name,:content,:format,:spud_page_id scope :for_partial, lambda {|partial| where(:spud_page_id => partial.spud_page_id, :name => partial.name)} end
Version data entries
8 entries across 8 versions & 1 rubygems