Module: IronAdmin::Concerns::Nestable

Extended by:
ActiveSupport::Concern
Included in:
Resource
Defined in:
lib/iron_admin/concerns/nestable.rb

Overview

Provides nested association support for Resource classes.

Extends has_many/has_one with nested: kwargs, adds nested_associations reader, and field resolution.

Defined Under Namespace

Modules: AssociationDsl, NestedReader