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