Class: Api::V1::IntercomController
Instance Method Summary
collapse
#catalog_for_request, #error!, #locale_for_request, #logger, #render_bad_request_response, #render_internal_server_error, #render_not_found_response, #render_result, #render_unprocessable_entity_response, #set_locale, #store_for_request, #underscore_params
Instance Method Details
#assigned ⇒ Object
3
4
5
|
# File 'app/controllers/api/v1/intercom_controller.rb', line 3
def assigned
render json: { status: :ok }
end
|
#closed ⇒ Object
11
12
13
|
# File 'app/controllers/api/v1/intercom_controller.rb', line 11
def closed
render json: { status: :ok }
end
|
#opened ⇒ Object
7
8
9
|
# File 'app/controllers/api/v1/intercom_controller.rb', line 7
def opened
render json: { status: :ok }
end
|