37 38 39 40 41
# File 'lib/redox/models/patient.rb', line 37 def add_insurance(data = {}) self[:Insurances] << Insurance.new(data) return self end