6 Matching Annotations
  1. Feb 2022
    1. By default the wizard will render a view with the same name as the step. So for our controller AfterSignupController with a view path of /views/after_signup/ if call the :confirm_password step, our wizard will render /views/after_signup/confirm_password.html.erb
    2. To send someone to the first step in this wizard we can direct them to after_signup_path(:confirm_password)
    3. steps :confirm_password, :confirm_profile, :find_friends