module Pay::Attributes

Adds Pay methods to ActiveRecord models

Public Instance Methods

pay_customer() click to toggle source
# File lib/pay/attributes.rb, line 64
def pay_customer
  include Billable::SyncCustomer
  include CustomerExtension
end
pay_merchant() click to toggle source
# File lib/pay/attributes.rb, line 69
def pay_merchant
  include MerchantExtension
end