# File lib/action_controller/pagination.rb, line 253
      def last_page
        @last_page ||= self[page_count] 
      end