Sha256: 64171c08a2c4fe9e2f0e4bd9ffcd138d74ffa5117a7edff2595db010a0e9319a

Contents?: true

Size: 190 Bytes

Versions: 2

Compression:

Stored size: 190 Bytes

Contents

module Workarea
  module MagentoCustomer
    extend ActiveSupport::Concern

    included do
      field :entity_id, type: Integer
      field :date_of_birth, type: DateTime
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-magento_migrator-1.0.1 app/models/workarea/magento_customer.rb
workarea-magento_migrator-1.0.0.pre app/models/workarea/magento_customer.rb