This is a Rails application using the https://github.com/rootstrap/yaaf gem to create form objects.
It creates an user after submitting the registration form and adds a default role to the user.
- Devise to handle user authentication (the form is used as the resource)
- Rolify to manage user roles.