You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: