active_model_serializers/lib
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
..
action_controller Fix default_serializer_options, closes #112 & #113 2012-12-03 03:09:58 -08:00
active_model 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
generators Always add :id to attributes 2012-06-05 10:05:06 +02:00
active_model_serializers.rb Remove newly-redundant OrderedSet 2012-10-29 23:15:39 +01:00