module ActiveRecord::NestedAttributes
def self.included(base)
def self.included(base) base.extend(ClassMethods) base.class_inheritable_accessor :nested_attributes_options, :instance_writer => false base.nested_attributes_options = {} end
def self.included(base) base.extend(ClassMethods) base.class_inheritable_accessor :nested_attributes_options, :instance_writer => false base.nested_attributes_options = {} end