search for: repair_tickets_controller

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

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...