issues
search
ShehrozIrfan
/
comment_tree_app
This is the comment tree app using rails, in which the concept of self referential associations is used.
MIT License
7
stars
1
forks
source link
Add name field to `user`
#31
Closed
ShehrozIrfan
closed
2 years ago
ShehrozIrfan
commented
2 years ago
Need to add the
first_name
and
last_name
fields to the
user
model
Make sure to get the
first_name
and
last_name
on the signup page
User can edit the
first_name
and
last_name
Add the relevant validations:
first_name
and
last_name
are required
Can't be longer than
12
characters
ShehrozIrfan
commented
2 years ago
33
first_name
andlast_name
fields to theuser
modelfirst_name
andlast_name
on the signup pagefirst_name
andlast_name
first_name
andlast_name
are required12
characters