active_model_serializers/lib/active_model
Robin Daugherty d39a99d770 Add serialization_options
Prior to 0.9, @options was used to see the options passed to to_json. For some reason, with 0.9 the options were no longer passed and were entirely inaccessible within a Serializer.

This restores the access by placing it in an attribute named serializer_options.
2014-10-12 01:08:47 -04:00
..
serializable Fix namespaced serializers reloading 2014-09-08 13:59:50 +02:00
serializer Allow JSONAPI unsuffixed associations keys 2014-09-05 18:46:08 +02:00
array_serializer.rb Merge pull request #632 from gauthier-delacroix/Default_namespace_inheritance 2014-09-25 19:41:33 -04:00
default_serializer.rb Test::Unit assert_serializer implemented 2014-08-18 18:04:51 +04:00
serializable.rb Add serialization_options 2014-10-12 01:08:47 -04:00
serializer_support.rb Add ActiveModel::SerializerSupport 2013-10-24 16:09:00 -02:00
serializer.rb Add serialization_options 2014-10-12 01:08:47 -04:00