This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.
to_sql()
Returns the limit/offset array for this page.
# File actionpack/lib/action_controller/pagination.rb, line 367 def to_sql [@paginator.items_per_page, offset] end