Sha256: b38aec1cb2e9e8c5ecd18d5945522747594ae114dba5ce621aa4223793917d70
Contents?: true
Size: 262 Bytes
Versions: 6
Compression:
Stored size: 262 Bytes
Contents
module Spree module PermittedAttributes ATTRIBUTES << :vendor_attributes mattr_reader *ATTRIBUTES @@vendor_attributes = [:name, :about_us, :contact_us, :notification_email] @@vendor_attributes << :image if Spree.version.to_f >= 3.6 end end
Version data entries
6 entries across 6 versions & 1 rubygems