Sha256: 754a511c7a2f58566f90cebcc3c6c0627ac7c828eed4cf39830dc29dda0bc6eb

Contents?: true

Size: 246 Bytes

Versions: 3

Compression:

Stored size: 246 Bytes

Contents

require 'active_support/concern'

module Moneytree
  module Account
    extend ActiveSupport::Concern

    included do
      has_one :moneytree_payment_gateway, class_name: 'Moneytree::PaymentGateway', foreign_key: 'account_id'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
moneytree-rails-0.1.3 lib/moneytree/account.rb
moneytree-rails-0.1.2 lib/moneytree/account.rb
moneytree-rails-0.1.1 lib/moneytree/account.rb