Module: SolidusActsAsTenant::StoreCreditDecorator
- Defined in:
- app/decorators/solidus_acts_as_tenant/store_credit_decorator.rb
Overview
rubocop:disable Style/ClassAndModuleChildren
Instance Method Summary collapse
-
#payment_method_id ⇒ Object
Fixes no method error related to validations added through acts_as_tenant.
Instance Method Details
#payment_method_id ⇒ Object
Fixes no method error related to validations added through acts_as_tenant
5 6 7 8 9 |
# File 'app/decorators/solidus_acts_as_tenant/store_credit_decorator.rb', line 5 def payment_method_id return if payment_method.nil? super end |