Class: AboutController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
5
# File 'app/controllers/about_controller.rb', line 2

def index
  @version ||= IO.readlines('VERSION').first
  render plain: "modsulator-api version #{@version}"
end