1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
awesome_print/lib
Chad Heinen 3b052a4f5e ArrayFormatter now returns arrays for has_many :through associations
The array_formatter was always returning  an empty array when associated
objects were called via a `has_many through:` relationship because they
are loaded as a collection, and the collection is always considered
empty.

resolves: https://github.com/awesome-print/awesome_print/issues/331
2018-02-03 19:31:43 -06:00
..
awesome_print ArrayFormatter now returns arrays for has_many :through associations 2018-02-03 19:31:43 -06:00
ap.rb Fix string inconsistency 2016-11-08 17:30:17 +11:00
awesome_print.rb eliminate Array extensions 2016-08-31 11:26:24 -07:00