Alex Smelik
Results
1
issues of
Alex Smelik
I'm trying to figure out how to use results caching with following rabl: ```ruby object false child :employees => :data do extends "employees/_single" end node(:success) { true } node(:total) {...