search for: bug_total

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

Did you mean: bigtotal
2006 Mar 28
3
Brand newbie question relating to link_to
...ving trouble with the link_to method. I''d like to pass some parameters to the action being called and am not sure how to do it. Essentially, I want to hyperlink a total count of bugs queried from the database to a method that will return the bug numbers when clicked on. I have a method, bug_total, that returns the total number to display in the view. I have another method, total_bugs, that will return the bugzilla url with all the bugid''s for that particular build when clicked. Below is what I have in my view. I''d like to pass the :action=>"total_bugs" some...