module ChangeHealth::Extensions::DeductiblesIgnoreSpecialistZero
Public Instance Methods
deductibles()
click to toggle source
Calls superclass method
# File lib/change_health/extensions.rb, line 16 def deductibles super.where_not(serviceTypeCodes: '98', benefitAmount: '0') end