Displaying 1 result from an estimated 1 matches for "radio_button_result".
Did you mean:
  radio_button_results
  
2012 Feb 29
0
controller code for access to params in radio button column
..., 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 Groups "Ruby on Rails: Talk" grou...