app/models/refinery/contact_page.rb in refinerycms-contacts-0.1.2 vs app/models/refinery/contact_page.rb in refinerycms-contacts-0.2.0

- old
+ new

@@ -3,9 +3,7 @@ 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