Hello everey one I’m trying to custamize Devise gem in rails 4 with add
my
required sign up feilds like firstname,company name,url,phone etc
but i have got errors please suggest me if any on wok on devise
custamization please help me…
Thanks for your comments @Robby O’Connor
I have found small bug in that above mentioned github project, during
user signup after filling require data when click signup button that
won’t work some time then we refresh web page and again fill tha data
then it works.
can you fix that bug anyone…!!!
Anyways the way I handled it was to create another AR class and also
have a
polymorphic association (this reduces code duplication)…you can add
this
stuff via a migration, nothing stops you…why do you need devise to do
it
for you?