rbarrera87 / calific.app

SACUT
2 stars 1 forks source link

Generate empty profile when user is created #27

Closed Marroking closed 10 years ago

Marroking commented 10 years ago

Generar el perfil vacío al momento de que un usuario se registre.

rbarrera87 commented 10 years ago

You should use after_create callback to create the new profile, remember to skip the validations in Profile model.

rbarrera87 commented 10 years ago

21