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
12 13 14 |
# File 'app/controllers/locomotive/installation_controller.rb', line 12 def show request.get? ? self.handle_get : self.handle_post end |