Method: Effective::WizardController::BeforeActions#assign_page_title

Defined in:
app/controllers/concerns/effective/wizard_controller/before_actions.rb

#assign_page_titleObject

before_action :assign_page_title, only: [:show, :update] Assign page title



84
85
86
# File 'app/controllers/concerns/effective/wizard_controller/before_actions.rb', line 84

def assign_page_title
  @page_title ||= resource_wizard_step_title(resource, step)
end