YaleSTC/shifts

View on GitHub
app/controllers/status_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class StatusController < ActionController::Base
  def index
    render text: "Application is running."
  end
end