Altering 2 tables on a single action-controller
I've just solve a problem i have on my login page, where if a certain user is not yet registered, that user must be able to signup with the option to specify user informations like email, family name, etc.. Now this needs to edit at least two table, the users table and the users_info table or profile table, which ever you prefer. To do this please follow this link, click here.