Module: Cylons::RemotePagination

Extended by:
ActiveSupport::Concern
Defined in:
lib/cylons/remote_pagination.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

META_METHODS =
[
  :total_pages,
  :current_page
].freeze
SEARCH_OPTION_KEYS =
[:opts, :options].freeze
MAX_PER_PAGE =
1000