Class: Locomotive::InstallationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Locomotive::InstallationController
- Defined in:
- app/controllers/locomotive/installation_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
14 15 16 |
# File 'app/controllers/locomotive/installation_controller.rb', line 14 def show request.get? ? self.handle_get : self.handle_post end |