active_model_serializers/lib/active_model
Dan Gebhardt 3b1d2faf51 Append an _id or _ids suffix to associations' keys. Embed objects in root according to their serializers' names.
An `_id` suffix will be appended to the name of HasOne associations, while `_ids` will be appended to the singularized name of HasMany associations. Association keys can still be overridden with the `key` option.

Furthermore, objects embedded in the root are now by default named according to their serializer, instead of the key used for their associations.
2012-12-21 15:14:50 -05:00
..
serializer Append an _id or _ids suffix to associations' keys. Embed objects in root according to their serializers' names. 2012-12-21 15:14:50 -05:00
serializers Allow other resource overrides 2012-06-05 23:08:01 +02:00
array_serializer.rb Add support for meta key 2012-11-22 13:44:59 +01:00
serializer.rb remove debugging code 2012-12-20 13:29:37 -05:00