Displaying 1 result from an estimated 1 matches for "most_recent_items".
2006 Aug 09
2
Link to most recent
Greetings all,
I have a side panel in my app that needs to have a link to the most recent 4
or 5 items in a table. How do I create this link?
For example, I have a controller named widgets, and I want to create a link
to :controller => "widgets", :action => "show", and then the most recent id.
I want the text link to be the name of the widget.
Any ideas? Obviously,