Class: Plok::VersionController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Plok::VersionController
- Defined in:
- app/controllers/plok/version_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
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 |