Class: Deployed::ConfigController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Deployed::ConfigController
- Defined in:
- app/controllers/deployed/config_controller.rb
Overview
Provides information on the current ./config/deploy.yml
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
6 7 8 |
# File 'app/controllers/deployed/config_controller.rb', line 6 def show respond_to(&:html) end |