search for: pagint

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

Did you mean: paging
2008 Jan 21
0
Help with pagintate
I have this code in Repair_Tickets_controller: @repair_tickets = RepairTicket.paginate :per_page => 10, :page => params[:page], :conditions => [''ID like ?'', "%#{params[:search]}%"], :order => ''id DESC'' And this code in Incidences controller: