Open lanej opened 8 years ago
is currently very clunky.
Instead of modeling associations as instance variables, they could simply be referred do as attributes. There would be a belongs_to and a has_many.
belongs_to
has_many
Side effects:
ap
cistern support for associations is available in 2.6
is currently very clunky.
Instead of modeling associations as instance variables, they could simply be referred do as attributes. There would be a
belongs_to
and ahas_many
.Side effects:
ap
ing objects would also print nested objects within. This would also force load any association not already loaded.