Matho/refinerycms-contacts

View on GitHub
app/models/refinery/contact_page.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Refinery
  class ContactPage < Refinery::Core::BaseModel

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


  end
end