If you don't put any fields on the first step in the wizard, when you click next, the app will crash with a ActiveRecord::RecordNotUnique error. This is because it's trying to save with an email address of '', which is not allowed. If there are no fields, we shouldn't call `create`.
If you don't put any fields on the first step in the wizard, when you click next, the app will crash with a ActiveRecord::RecordNotUnique error.
This is because it's trying to save with an email address of '', which is not allowed.
If there are no fields, we shouldn't call
create.