Displaying 1 result from an estimated 1 matches for "division4name".
Did you mean:
division1name
2006 Jan 18
3
retrieving value from select
In my view, I have:
<%= select("division_filter", "division_id", Division.find_all.collect
{|p| [ p.division, p.id ] }, { :include_blank => true }) %>
How do I retrieve the division_id in my controller?
--
Posted via http://www.ruby-forum.com/.