Module: Plutonium::UI::Form::Concerns::RendersNestedResourceFields Private
- Extended by:
- ActiveSupport::Concern
- Included in:
- Resource
- Defined in:
- lib/plutonium/ui/form/concerns/renders_nested_resource_fields.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Handles rendering of nested resource fields in forms TODO: further decompose this into components
Defined Under Namespace
Classes: NestedFieldContext, NestedInputsDefinition
Constant Summary collapse
- DEFAULT_NESTED_LIMIT =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
10- NESTED_OPTION_KEYS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
[:allow_destroy, :update_only, :macro, :class].freeze
- SINGULAR_MACROS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
i[belongs_to has_one].freeze