Sha256: f5c64394f928b741004ee6954a924f313ac5ffebcfe0b25fa889ef82d4ffe1e1

Contents?: true

Size: 242 Bytes

Versions: 6

Compression:

Stored size: 242 Bytes

Contents

module Spree
  module PermittedAttributes
    class << self
      @@address_attributes.push :city_id, :district, :number
      @@user_attributes.push :first_name, :last_name, :cpf, :phone, :alternative_phone, :date_of_birth
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
solidus_br_common-1.1.3 app/models/spree/permitted_attributes_decorator.rb
solidus_br_common-1.1.2 app/models/spree/permitted_attributes_decorator.rb
solidus_br_common-1.1.1 app/models/spree/permitted_attributes_decorator.rb
solidus_br_common-1.1.0 app/models/spree/permitted_attributes_decorator.rb
spree_br_common-3.0.1 app/models/spree/permitted_attributes_decorator.rb
spree_br_common-3.0.0 app/models/spree/permitted_attributes_decorator.rb