lib/apidiesel/action.rb in apidiesel-0.6 vs lib/apidiesel/action.rb in apidiesel-0.7
- old
+ new
@@ -163,10 +163,10 @@
end
def process_response(response_hash)
processed_result = {}
- response_hash.symbolize_keys!
+ response_hash.deep_symbolize_keys!
if self.class.response_filters.none? && self.class.response_formatters.none?
return response_hash
end