Class: Deployed::ConfigController

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

Overview

Provides information on the current ./config/deploy.yml

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/deployed/config_controller.rb', line 6

def show
  respond_to(&:html)
end