module Refinery::PageOptions::Extension

Public Instance Methods

has_many_page_options() click to toggle source
# File lib/refinery/page_options/extension.rb, line 4
def has_many_page_options
  has_many :page_options
  accepts_nested_attributes_for :page_options, :allow_destroy => true
  attr_accessible :page_options_attributes
end