Sha256: 9ddb68e2971be83e4f397f050a4695c22771b500ffb1e80b601f987d46e8c937
Contents?: true
Size: 228 Bytes
Versions: 2
Compression:
Stored size: 228 Bytes
Contents
module JsonApiClient module Helpers module Paginatable extend ActiveSupport::Concern included do class_attribute :paginator self.paginator = Paginating::Paginator end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
json_api_client-1.0.0.beta3 | lib/json_api_client/helpers/paginatable.rb |
json_api_client-1.0.0.beta2 | lib/json_api_client/helpers/paginatable.rb |