lib/soapy_cake/const.rb in soapy_cake-1.23.1 vs lib/soapy_cake/const.rb in soapy_cake-1.24.1
- old
+ new
@@ -18,9 +18,10 @@
inactive: 4
}.freeze
CONSTS = {
account_status_id: {
+ no_change: 0,
active: 1,
inactive: 2,
pending: 3
},
offer_status_id: OFFER_STATUS_ID,