Class: Renalware::HD::PrescriptionAdministration

Inherits:
ApplicationRecord
  • Object
show all
Includes:
Accountable
Defined in:
app/models/renalware/hd/prescription_administration.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Accountable

#first_or_create_by!, #save_by, #save_by!, #update_by

Instance Attribute Details

#skip_validationObject

Set to true by the parent hd_session if we are not signing off at this stage



11
12
13
# File 'app/models/renalware/hd/prescription_administration.rb', line 11

def skip_validation
  @skip_validation
end