acts_as_commentable icon indicating copy to clipboard operation
acts_as_commentable copied to clipboard

Order by id

Open ahmad-alkheat opened this issue 9 years ago • 0 comments

Ordering by id is faster than ordering by created_at, because id is an index unlike created_at. And it gives the same results because id is automatically incremented.

ahmad-alkheat avatar Apr 30 '15 00:04 ahmad-alkheat