Posts by Lucas Nunes De Sousa Hunter • 21 points
2 posts
-
0
votes1
answer45
viewsQ: create a mult model form using nested-form and Devise (Sign up)
I need to create a registration form using the Sign up form from Devise and associating to it a Custumer model that contains information such as name, date of birth etc. how do I run nested…
deviseasked Lucas Nunes De Sousa Hunter 21 -
2
votes2
answers75
viewsQ: What is the best way to create a model q has a field that is an integer Enum?
What is the best way to create a model q has a field that is an integer Enum ? ex:Rails g model status ( do not know how to inform that it is an Enum nor the data type)