active_model_serializers/lib
Jiajia Wang 7faa5e8e2e Bug fix for ArraySerializer json_key
When the resource is a zero result query,
i.e. post_comments = PostComment.where("1=0")
the json_key will become 'postcomments' rather than 'post_comments'.
Using 'underscore' instead of 'downcase' fixes the error.
2015-07-15 10:11:06 +10:00
..
action_controller Renaming Error to NoSerializerError 2015-06-26 02:16:35 -03:00
active_model Bug fix for ArraySerializer json_key 2015-07-15 10:11:06 +10:00
generators/serializer fix generators template bug 2015-06-30 18:16:27 +09:00
active_model_serializers.rb Make resource generator invoke serializer generator 2015-06-10 20:45:33 -03:00