active_model_serializers/lib
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
..
action_controller Ensure that ActionController includes MimeResponds 2013-03-14 11:15:14 -07:00
active_model Reference scope by same name as serialization scope 2013-03-18 14:44:38 -04:00
active_record Provide a mixin to override AR::Base#to_json 2013-03-06 15:32:09 -08:00
generators Always add :id to attributes 2012-06-05 10:05:06 +02:00
active_model_serializers.rb ArraySerializer is also cached 2013-03-14 22:54:05 +01:00