to_sql()
Returns the limit/offset array for this page.
# File actionpack/lib/action_controller/pagination.rb, line 360 def to_sql [@paginator.items_per_page, offset] end