Class: Renalware::Events::ClinicalFrailtyScore

Inherits:
Event show all
Includes:
Document::Base
Defined in:
app/models/renalware/events/clinical_frailty_score.rb

Defined Under Namespace

Classes: Document

Instance Attribute Summary

Attributes inherited from Event

#disable_selection_of_event_type

Instance Method Summary collapse

Methods inherited from Event

#document, #to_cell_partial_path, #to_partial_path, #to_s, #to_toggled_cell_partial_path

Methods included from Accountable

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

Instance Method Details

#partial_for(partial_type) ⇒ Object



19
20
21
# File 'app/models/renalware/events/clinical_frailty_score.rb', line 19

def partial_for(partial_type)
  File.join("renalware/events/clinical_frailty_score", partial_type)
end