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.
first_page()
public
Returns a new Page
representing the first page in
this paginator.
# File actionpack/lib/action_controller/pagination.rb, line 253
def first_page
@first_page ||= self[1]
end