Method: AdvancedBilling::CustomFieldValueChange.nullables
- Defined in:
- lib/advanced_billing/models/custom_field_value_change.rb
.nullables ⇒ Object
An array for nullable fields
59 60 61 62 63 64 |
# File 'lib/advanced_billing/models/custom_field_value_change.rb', line 59 def self.nullables %w[ old_value new_value ] end |