search for: cohort_id

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

2006 Jan 06
0
Rails newbie question
...er partial? The dropdown part works fine, btw. I''m just having trouble accessing it''s value. <%= text_field_with_auto_complete :patient, :name, {}, :skip_style => true, :url => {:action => "auto_complete_for_patient_name", :cohort_id => @cohort_id } %> <%= link_to "add", { :controller => "foobar", :action => "get_patient_info", :id => ??? }, :class => "nav" %> Heeeellllllp!!!!! thanks i...