Method: Renalware::DefinitionListHelper::DefinitionList#initialize

Defined in:
app/helpers/renalware/definition_list_helper.rb

#initialize(model) ⇒ DefinitionList

Returns a new instance of DefinitionList.



10
11
12
13
# File 'app/helpers/renalware/definition_list_helper.rb', line 10

def initialize(model)
  @model_klass = model.class
  super(model)
end