Module: UsageCredits::HasWallet

Extended by:
ActiveSupport::Concern
Defined in:
lib/usage_credits/models/concerns/has_wallet.rb

Overview

Adds credit wallet functionality to a model

Instance Method Summary collapse

Instance Method Details

#credit_optionsObject



67
68
69
# File 'lib/usage_credits/models/concerns/has_wallet.rb', line 67

def credit_options
  self.class.credit_options
end