search for: candidate_pag

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

Did you mean: candidate_pages
2006 Jul 03
1
how to get value from the post on the List page
...gt;"><%= item.name %></option> <% end %> </select><input name="commit" type="submit" value="Go" /> In the controller, I have def list if params[''candidates_status_id''] == nil then @candidate_pages, @candidates = paginate :candidate, :per_page => 25, :order => "firstname", :conditions => "status_id < 9" @statuses = Status.find_all else @candidate_pages, @candidates = paginate :candidat...