In my case, the objects rendered are child of Simpledelegator Class I get this error as soon I add cached: true to my json.jbuilder view: `ActionView::Template::Error (undefined method `nhut' for [#<Cmdmary::Etudprix` The Cmdmary::Etudprix is the AR object and not the Decorated object (that define nhut) passed to the json. Jbuilder use also Delegator if cached is true. Perhaps this colide with mine? Without cached: true, all is working without problem. Any advice how to make this work?