module ArrayAssociation

Usage:

include ArrayAssociation
array_column :order_ids, :orders, { class: Order }

in this case some methods will be defined:

orders, which returns collection of Order
order_ids=, which sets normalized order_ids
orders=(values), which maps collection and sets order_ids

Constants

VERSION