-
Joe Martinez authored
Add ActiveResource::Base.include_root_in_json, like Active Record, to serialize instances as hash of model name -> attributes hash rather than the bare attributes hash. [#2584 state:committed] Signed-off-by:
Santiago Pastorino <santiago@wyeworks.com> Signed-off-by:
Jeremy Kemper <jeremy@bitsweat.net>
Joe Martinez authoredAdd ActiveResource::Base.include_root_in_json, like Active Record, to serialize instances as hash of model name -> attributes hash rather than the bare attributes hash. [#2584 state:committed] Signed-off-by:
Santiago Pastorino <santiago@wyeworks.com> Signed-off-by:
Jeremy Kemper <jeremy@bitsweat.net>
Loading