fix(rnf): remove deprecated status attribute
This commit is contained in:
parent
92cc8bb415
commit
e4ac781b54
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Champs::RNFChamp < Champ
|
||||
store_accessor :data, :title, :email, :phone, :createdAt, :updatedAt, :dissolvedAt, :address, :status
|
||||
store_accessor :data, :title, :email, :phone, :createdAt, :updatedAt, :dissolvedAt, :address
|
||||
|
||||
def rnf_id
|
||||
external_id&.gsub(/[[:space:]]/, '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue