[Rails] sortable values

2011-06-07 Thread Adel Mediouni
hi, i want make a view with a table that i can sort, but values in this table dont comes from one model. for real its a table of users but in the end it show how contact have this user ( user.contacts.count ). i can see the table,i can sort columns except the last (friends ). how can i resolve

Re: [Rails] sortable values

2011-06-07 Thread Colin Law
On 7 June 2011 11:07, Adel Mediouni mediouni.a...@gmail.com wrote: hi,  i want make a view with a table that i can sort, but values in this table dont comes from one model. for real its a table of users but in the end it show how contact have this user ( user.contacts.count ). i can see the