Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1.2.6) is shown here.
offset()
public
Returns the item offset
for the first item in this page.
# File actionpack/lib/action_controller/pagination.rb, line 324
def offset
@paginator.items_per_page * (@number - 1)
end