search for: search_result_nam

Displaying 2 results from an estimated 2 matches for "search_result_nam".

Did you mean: search_result_name
2007 May 01
3
Links in Search Results
I am using a helper method to generate my search result listings: def search_result_name(result) case result when Term "<h2>#{result.title}</h2> <small>Filed under: <strong>Terms</strong></small>" when Article "<h2>#{result.title}</h2> <small>Filed under: <strong>Artic...
2007 Apr 12
19
Multiple Model Search
[from out-of-band communication with steven, just for the record] Hi! On Wed, Apr 11, 2007 at 01:47:49PM +0200, Steven Garcia wrote: > Hey Jens, > [..] > > 1. Is the Search model just an Active Record object or do I need to > set up a database for it as well (if so then with what columns)? No, that search model is just a plain class that backs your search form. If you want to