Sha256: 4c43271acb247ab93d5e7d633843b166ec065277155c7934d4e6f1c20df5e84b
Contents?: true
Size: 286 Bytes
Versions: 9
Compression:
Stored size: 286 Bytes
Contents
module Spree class ApiConfiguration < Preferences::Configuration preference :requires_authentication, :boolean, default: true preference :api_v2_content_type, :string, default: 'application/vnd.api+json' preference :api_v2_per_page_limit, :integer, default: 100 end end
Version data entries
9 entries across 9 versions & 1 rubygems