Sha256: 310e1d17083a909b939f3127a399716e7c342f6a22d2ab24d1c37a98bda39bff
Contents?: true
Size: 188 Bytes
Versions: 1
Compression:
Stored size: 188 Bytes
Contents
module Refinery class ContactPage < Refinery::Core::BaseModel belongs_to :contact, :class_name => Refinery::Contacts::Contact belongs_to :page, :polymorphic => true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-contacts-0.2.0 | app/models/refinery/contact_page.rb |