Class: SystemTester::StatusController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



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

def index
  render json: {status: "OK", version: SystemTester::VERSION}
end