I’m using authenticated gem and adding turing to it… I’d like to
pass a form variable back to the controller. but there is no need to
keep it in the DB. the form renders fine the initial time. but fails
if it fails when the controller tries to display the form with data
when the user gives bad input… password and password confirm don;t
match. should i just add the field to the db or is there a better
way?
last newbie question for tonight!! Thanks for all the help!