An open API service indexing awesome lists of open source software.

https://github.com/rootstrap/yaaf-examples

Rails app with YAAF usage examples
https://github.com/rootstrap/yaaf-examples

yaaf

Last synced: 10 months ago
JSON representation

Rails app with YAAF usage examples

Awesome Lists containing this project

README

          

# yaaf-demo

![CI](https://github.com/rootstrap/yaaf-examples/workflows/CI/badge.svg)

This is a Rails application using the [https://github.com/rootstrap/yaaf](https://github.com/rootstrap/yaaf) gem to create form objects.

## Registration Form

#### Description

It creates an user after submitting the registration form and adds a default role to the user.

#### It uses

- Devise to handle user authentication (the form is used as the resource)
- Rolify to manage user roles.

[See the form](app/forms/registration_form.rb)