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.
window(padding=2)
public
Returns a new
Window
object for this page with the specified padding.
# File actionpack/lib/action_controller/pagination.rb, line 362
def window(padding=2)
Window.new(self, padding)
end