Sha256: 728dd1a1bf4568def353045226a6f28d478d074a4786ffef6ecaf32b9ffff32f
Contents?: true
Size: 224 Bytes
Versions: 57
Compression:
Stored size: 224 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' end end
Version data entries
57 entries across 57 versions & 1 rubygems