Class: Renalware::Transplants::CRFDatedResult
- Inherits:
-
DatedResult
- Object
- Document::Embedded
- NestedAttribute
- DatedResult
- Renalware::Transplants::CRFDatedResult
- Defined in:
- app/documents/renalware/transplants/crf_dated_result.rb
Instance Method Summary collapse
-
#to_partial_path ⇒ Object
This allow us to add specific validation to this value object while keeping the default rendering of DatedResult.
Methods inherited from DatedResult
Methods inherited from NestedAttribute
Methods inherited from Document::Embedded
attribute, attributes_list, #method_missing, old_attribute, old_attributes
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Document::Embedded
Instance Method Details
#to_partial_path ⇒ Object
This allow us to add specific validation to this value object while keeping the default rendering of DatedResult
15 16 17 |
# File 'app/documents/renalware/transplants/crf_dated_result.rb', line 15 def to_partial_path "renalware/shared/documents/dated_result" end |