Class: OutroRails::Caged::PickersController

Inherits:
ApplicationController show all
Includes:
RootSelectable
Defined in:
app/controllers/outro_rails/caged/pickers_controller.rb

Constant Summary

Constants included from RootSelectable

RootSelectable::DEFAULT_ROOT

Instance Method Summary collapse

Instance Method Details

#showObject



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