Displaying 1 result from an estimated 1 matches for "selected_project_id".
2009 Apr 30
0
Trunicating Names in options_from_collection_for_select
Anyone know how I could trunicate the names of a passed in array in
options_from_collection_for_select?
I tried a few things but nothing worked.
Any ideas would be appreciated!
<%= options_from_collection_for_select available_projects, :id, :name,
@selected_project_id %>
--
Posted via http://www.ruby-forum.com/.