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