Method: WhatThe::BackboneHelper#response_json

Defined in:
lib/what_the/backbone_helper.rb

#response_jsonObject



3
4
5
# File 'lib/what_the/backbone_helper.rb', line 3

def response_json
  JSON.parse(response.body).with_indifferent_access
end