# File lib/kaminari/models/page_scope_methods.rb, line 59
    def first_page?
      current_page == 1
    end