offset()
Returns the item offset for the first item in this page.
# File actionpack/lib/action_controller/pagination.rb, line 317 def offset @paginator.items_per_page * (@number - 1) end