Class: OutroRails::Caged::PickersController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- OutroRails::Caged::PickersController
- Includes:
- RootSelectable
- Defined in:
- app/controllers/outro_rails/caged/pickers_controller.rb
Constant Summary
Constants included from RootSelectable
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 11 12 13 |
# File 'app/controllers/outro_rails/caged/pickers_controller.rb', line 8 def show redirect_to caged_shape_path( root_slug_from_params, (params[:shape].presence || CagedController::DEFAULT_SHAPE).downcase ) end |