Module: Glib::JsonUi::ResponseHelper
- Defined in:
- app/helpers/glib/json_ui/response_helper.rb
Defined Under Namespace
Classes: Response
Instance Method Summary collapse
Instance Method Details
#json_ui_response(json) ⇒ Object
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 |