Class: ActiveRecord::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/cryptocoin_payable/orm/activerecord.rb

Class Method Summary collapse

Class Method Details

.has_coin_paymentsObject

rubocop:disable Naming/PredicateName



10
11
12
# File 'lib/cryptocoin_payable/orm/activerecord.rb', line 10

def self.has_coin_payments # rubocop:disable Naming/PredicateName
  has_many :coin_payments, class_name: 'CryptocoinPayable::CoinPayment', as: 'payable'
end