search for: list_consult

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

Did you mean: list_consults
2006 Jul 13
5
how to get to the parent of a child object.
Hi, i have a problem with the following: I have an application with patients <-->>consults models are ok in the view list_consults i do this: for consult in @consults%> <tr> <td><%= consult.patient.name %></td> <td><%= consult.reason %></td> <td><%= consult.date %></td> <td><%= link_to ''Show'', :action => ''...