Module: Pay::Billable::SyncCustomer
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/pay/billable/sync_customer.rb
Instance Method Summary collapse
Instance Method Details
#pay_should_sync_customer? ⇒ Boolean
14 15 16 |
# File 'lib/pay/billable/sync_customer.rb', line 14 def pay_should_sync_customer? try(:saved_change_to_email?) end |