My use case is I have a wicked Wizard and its the registration model
- First user have to register his account am using devise
- A confirmation mail will be sent to the user's inbox.
- after successful confirmation user will be redirected to the registration page-1 followed by page-2 and page-3.
- I need to have a boolean to keep track of registration process.
so when user completes the first page successfully a boolean value will be made true.This is because user profile will not be visible until he/she fills in complete details, any suggestion will be appreciated thanks in advance.