Module: Ripple::NestedAttributes

Extended by:
ActiveSupport::Concern
Defined in:
lib/ripple/nested_attributes.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

UNASSIGNABLE_KEYS =
%w{ _destroy }
TRUE_VALUES =
[ true, "true", 1, "1", "yes", "ok", "y" ]