How to I retrieve the second, third .. entries in a database. I don\'t want to use the auto incrementing id generated by rails.
As I am deleting entries from my data
Model.second
So you can use it on Rails versions equal to or greater than that.
.third, .fourth and .fifth were also added to ActiveRecord::FinderMethods.
.third
.fourth
.fifth