Displaying 1 result from an estimated 1 matches for "achvrs".
Did you mean:
achari
2012 Feb 29
0
controller code for access to params in radio button column
...cided.
Everything works fine, but I don''t know how to get undecided to display
in the table instead of yes. I''m sure this is a common scenario, but I
can''t seem to get the controller stuff right, HELP! This is what I
currently have in my controller:
def Undecided
#GET /achvrs/Radio_ButtonValues
radio_button_results = params[:undecided_id].split
["Yes" "No" "Undecided"]
PUTS params[:id]
end
Thanks in advance, --Stacey
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Gr...