# File lib/kaminari/models/page_scope_methods.rb, line 34
    def num_pages
      ActiveSupport::Deprecation.warn 'num_pages is deprecated and will be removed in Kaminari 1.0. Please use total_pages instead.'
      total_pages
    end