wrong child root name in rabl and can't set child root name wrong child root name in rabl and can't set child root name json json

wrong child root name in rabl and can't set child root name


I've encountered the same exact bug, the problem seems to be setting the object_root to false.Following the comment of Bigxiang I have experimented a bit and found that this works fantastically:

child( {:rsvp => :rsvp}, {:object_root => false} ) do   extends "users/index"end

Note both the round parentheses "()" and braces "{}".