Class: BraintreeRails::FundingDetails

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/braintree_rails/funding_details.rb

Class Method Summary collapse

Methods included from Model

included

Class Method Details

.braintree_model_nameObject



13
14
15
# File 'lib/braintree_rails/funding_details.rb', line 13

def self.braintree_model_name
  "merchant_account/#{name.demodulize.underscore}"
end