Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 376 Bytes

Tailwind Registration Gem

Generates registration flow for built in rails authentication generator

rails g tailwind_registration

This will create the registration controller and code to allow new user sign ups

TODO: To specify additional fields pass them into the generator

rails g tailwind_registration username phone_number address city