Module: Kaminari::Rectify::Query

Extended by:
ActiveSupport::Concern
Defined in:
lib/kaminari/rectify/query.rb,
lib/kaminari/rectify/query/version.rb

Constant Summary collapse

KAMINARI_ACTIVERECORD_RELATION_METHODS =
%i(
  entry_name
  reset
  total_count
  without_count
  load
  last_page?
  out_of_range?
  total_count
  limit_value
).freeze
KAMINARI_PAGE_SCOPE_METHODS =
%i(
  per
  max_paginates_per
  padding
  total_pages
  current_page
  current_per_page
  next_page
  prev_page
  first_page?
  last_page?
  out_of_range?
).freeze
VERSION =
"0.1.0"