Displaying 1 result from an estimated 1 matches for "schmako".
2006 May 01
12
pagination in acts_as_ferret
...ust wondering where I would put the pagination for search results 
when using "acts_as_ferret".
At the moment my search code is..
def search
    @query = params[:query] || ''''
    unless @query.blank?
      @results = Tutorial.find_by_contents @query
    end
end
Cheers
SchmakO
-- 
Posted via http://www.ruby-forum.com/.