Sha256: ff911853618b7890e590216bbf9fff4b6c5c8f6aa1f5b97bf60619c2ead03a6e

Contents?: true

Size: 259 Bytes

Versions: 3

Compression:

Stored size: 259 Bytes

Contents

module Refinery
  class ContactPage < Refinery::Core::BaseModel

    belongs_to :contact, :class_name => Refinery::Contacts::Contact
    belongs_to :page, :polymorphic => true


    attr_accessible :page_id, :page_type, :contact_id , :contact_info

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
refinerycms-contacts-0.1.2 app/models/refinery/contact_page.rb
refinerycms-contacts-0.1.1 app/models/refinery/contact_page.rb
refinerycms-contacts-0.1.0 app/models/refinery/contact_page.rb