Class: Api::V1::IntercomController
Overview
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
4
5
6
|
# File 'app/controllers/api/v1/intercom_controller.rb', line 4
def assigned
render json: { status: :ok }
end
|
#closed ⇒ Object
12
13
14
|
# File 'app/controllers/api/v1/intercom_controller.rb', line 12
def closed
render json: { status: :ok }
end
|
#opened ⇒ Object
8
9
10
|
# File 'app/controllers/api/v1/intercom_controller.rb', line 8
def opened
render json: { status: :ok }
end
|