Employer form mostly working with persist to db
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
module Vhcs
|
||||
class HLEggIdCardDependent < VhcsRecord
|
||||
|
||||
self.table_name = 'HLEggIdCardDependent'
|
||||
|
||||
alias_attribute :id, :Id
|
||||
alias_attribute :family_id, :FamilyId
|
||||
alias_attribute :dependent_name, :DependentName
|
||||
alias_attribute :sequence_number, :SequenceNumber
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user