search for: candidates_status_id

Displaying 1 result from an estimated 1 matches for "candidates_status_id".

2006 Jul 03
1
how to get value from the post on the List page
...with only candidates in that selected status. Simple enough scenario, but I just couldn''t get it. Every time I select anything in the dropdown and hit Go Button, I still get the list with three status < 9 Here is my code in List.rhtml. Show Candidates: <select id="candidates_status_id" name="candidates[status_id]"> <option value="" selected="selected" >Active in process</option> <% @statuses = Status.find(:all, :order => "id") @statuses.each do |item| %> <option value="<%= item.id %>...