active_model_serializers/lib
Adam Stanton 8f6218c587 Create DefaultSerializer so that as_json uses same interface.
This is to ensure that PORO's as_json is called if no serializer
is specified.

Original behaviour was that serializable_hash was being called,
overriding the as_json method.
2013-02-10 09:06:24 -08:00
..
action_controller Fix default_serializer_options, closes #112 & #113 2012-12-03 03:09:58 -08:00
active_model Create DefaultSerializer so that as_json uses same interface. 2013-02-10 09:06:24 -08: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