active_model_serializers/lib/active_model
Ben Woosley 8c18d18cdb Add default_includes configuration
This is useful to set application-wide default behavior - e.g. in
previous versions of AMS the default behavior was to serialize the
full object graph by default - equivalent to the '**' include tree.

Currently just the global setting, but I think this could also work
on a per-serializer basis, with more attention.
2016-05-26 00:16:14 +00:00
..
serializer Add default_includes configuration 2016-05-26 00:16:14 +00:00
serializable_resource.rb Move SerializableResource to ActiveModelSerializers namespace 2016-03-30 11:33:04 +02:00
serializer.rb Restrict serializable_hash to accepted options, only for tests 2016-04-13 00:40:57 -05:00