This means that the parameter entered will be available as params[:signup][:email_address] and so that's what you need to pass to find_by_email_address If you look at the log file you can see the params hash for each request.
Fred
This means that the parameter entered will be available as params[:signup][:email_address] and so that's what you need to pass to find_by_email_address If you look at the log file you can see the params hash for each request.
Fred
Yes, that's the way it works.
Fred