Displaying 1 result from an estimated 1 matches for "test_results_path".
2005 Dec 15
6
passing parameters to link_to OR better way to do this?
...I''m writing my 1st Rails app and I can''t seem to find the answer on
the web or in the book.
I''m making a table, and I want to be able to expand a filename. The
code is basically as as follows below. In the last <td> entry, I want
to call an action and pass in the test_results_path, which I will go
and read a file and munge the data for a separate presentation. The
code below shows me trying a variation of something I found, but I''m
unable to get any parameters through to the action.:
rhtml
======
<% @logs.each do |log| %>
<tr>
<td&g...