Class: AliveController

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

Instance Method Summary collapse

Methods included from OceanApplicationController

#api_render, #authorize_action, #collection_etag, #default_url_options, #filtered_params, #find_connectee, #render_api_error, #render_head_204, #render_validation_errors, #require_x_api_token, #set_updater

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/alive_controller.rb', line 7

def index
  render plain: "ALIVE", status: 200
end