active_model_serializers/lib/active_model/serializer
beerlington 4a13f86961 Reference scope by same name as serialization scope
By default, the serialization scope uses current_user, and you can
now reference the scope as "current_user" in the serializer. If you
override the scope using "serialization_scope" in your controller,
it will use that method name instead.
2013-03-18 14:44:38 -04:00
..
associations.rb use read_attribute_for_serialization to serialize ids 2013-03-08 09:57:42 +01:00
responder.rb Reference scope by same name as serialization scope 2013-03-18 14:44:38 -04:00