Class: EIVO::StatusController

Inherits:
ApplicationController show all
Defined in:
app/controllers/eivo/status_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#process_action

Methods included from Concerns::Rendering

#render_error, #render_errors, #render_forbidden, #render_internal_server_error, #render_model_errors, #render_not_found, #render_parameter_missing, #render_success, #render_unauthorized

Methods included from Concerns::Exception

#set_exception_context

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/eivo/status_controller.rb', line 5

def index
  render_success
end