Classes: Response
4 5 6 7 8 9 10 11
# File 'app/helpers/glib/json_ui/response_helper.rb', line 4 def json_ui_response(json) __json_ui_analytics(json) json.onResponse do response = Response.new(json, self) yield response.action_builder end end