johnmann@mannandassociatescpa.com
2006-Jul-08 17:15 UTC
[Rails] Subject: Trying to Get Results from Form Element -CLOSED-
Thanks for your advice. It turns out that I had access to what I needed all along. All I had to do was stop thinking of the (form) result as a hash and start thinking of it as a list. The following line is what I use to get the desired result. citySelection = Gmap.find(:first, params[:mapPoint].values[0])