Associations
All Futures supports its own variant of nested attributes via the embeds_one
/ embeds_many
methods provided by Active Entity. They are mostly compatible with Active Record's accepts_nested_attributes_for
functionality.
Last updated