Sha256: 135fe53d6f449d385fe51777c384ca194d046b2b605584f9c74b24afbeda065c
Contents?: true
Size: 238 Bytes
Versions: 17
Compression:
Stored size: 238 Bytes
Contents
class AddMollieCustomerIdToSpreeUser < ActiveRecord::Migration[5.1] def change return unless Spree::Gateway::MollieGateway.allow_one_click_payments? add_column Spree.user_class.table_name, :mollie_customer_id, :string end end
Version data entries
17 entries across 17 versions & 1 rubygems