Class: Plok::VersionController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/plok/version_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



2
3
4
5
6
# File 'app/controllers/plok/version_controller.rb', line 2

def show
  respond_to do |format|
    format.all { render plain: Plok::VERSION }
  end
end