Method: EPlat::RecurringApplicationCharge.current
- Defined in:
- lib/e_plat/resource/shopify_only/recurring_application_charge.rb
.current ⇒ Object
24 25 26 |
# File 'lib/e_plat/resource/shopify_only/recurring_application_charge.rb', line 24 def self.current (all || []).find { |c| c.status == 'active' } end |