Method: Effective::WizardController::BeforeActions#assign_required_steps
- Defined in:
- app/controllers/concerns/effective/wizard_controller/before_actions.rb
#assign_required_steps ⇒ Object
before_action :assign_required_steps, only: [:show, :update] Assign the required steps to Wickeds (dynamic steps)
37 38 39 |
# File 'app/controllers/concerns/effective/wizard_controller/before_actions.rb', line 37 def assign_required_steps self.steps = resource.required_steps end |