-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Create users table and profile table.
User has one profile
User fields:
username, name, email, password, password_confirmation
User HABTM roles
add role model
Profile:
user_id, github_username, twitter, facebook, bio (text), location (same way github or twitter works. they can enter anything like "Planet of the Apes")
Create account route and update user controlller
Reactions are currently unavailable