Class: WellFormed::NestedForm Private

Inherits:
SimpleNestedForm show all
Includes:
NestedAttributes, WithUser
Defined in:
lib/well_formed/nested_form.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Minimal base class for anonymous nested-attribute forms built via nested_attributes_for / nested_attribute_for blocks.

Provides attribute definitions, validations, and collection helpers without the persistence / transactional concerns of ResourceForm.

Instance Attribute Summary

Attributes included from WithUser

#user

Attributes included from Initializer

#resource

Method Summary

Methods included from NestedAttributes

included, #read_attribute_for_validation

Methods included from WithUser

#_build_nested_form, included, #initialize, prepended, register_extension

Methods included from Collections

included

Methods included from Translations

included

Methods included from Initializer

included, #initialize, #new_record?