Class: Locomotive::InstallationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/locomotive/installation_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



12
13
14
# File 'app/controllers/locomotive/installation_controller.rb', line 12

def show
  request.get? ? self.handle_get : self.handle_post
end