app/controllers/statuses_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
66%
class StatusesController < ApplicationController
  def show
    render plain: "hesabu: #{ENV['RELEASE_TAG']}"
  end
end