Sha256: e02d67971588cd80186d41d6758ca26410eeafcde5de7479901b134fefe6cc9d

Contents?: true

Size: 505 Bytes

Versions: 3

Compression:

Stored size: 505 Bytes

Contents

require 'net/http'

require 'cryptocoin_payable/config'
require 'cryptocoin_payable/errors'
require 'cryptocoin_payable/version'
require 'cryptocoin_payable/has_coin_payments'
require 'cryptocoin_payable/tasks'
require 'cryptocoin_payable/adapters'
require 'cryptocoin_payable/coin_payment_transaction'
require 'cryptocoin_payable/coin_payment'
require 'cryptocoin_payable/currency_conversion'

module CryptocoinPayable
end

ActiveSupport.on_load(:active_record) do
  include CryptocoinPayable::Model
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cryptocoin_payable-1.1.0 lib/cryptocoin_payable.rb
cryptocoin_payable-1.0.1 lib/cryptocoin_payable.rb
cryptocoin_payable-1.0.0 lib/cryptocoin_payable.rb