rails-multistep-form
rails-multistep-form copied to clipboard
Error flashes messages
I notice that in your controllers you have an if/else
for @wizard.save
but the save
method handles the validations etc so the else statement where you'd normally put a flash message is never hit.