Class: EIVO::StatusController

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

Instance Method Summary collapse

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
  head :ok
end