Module: Renalware::Surveys

Defined in:
app/models/renalware/surveys.rb,
app/models/renalware/surveys/survey.rb,
app/models/renalware/surveys/question.rb,
app/models/renalware/surveys/response.rb,
app/policies/renalware/surveys/survey_policy.rb,
app/components/renalware/surveys/eq5d_component.rb,
app/components/renalware/surveys/pos_s_component.rb,
app/models/renalware/surveys/eq5d_pivoted_response.rb,
app/models/renalware/surveys/pos_s_pivoted_response.rb,
app/controllers/renalware/surveys/dashboards_controller.rb

Defined Under Namespace

Classes: DashboardsController, EQ5DComponent, EQ5DPivotedResponse, POSSComponent, POSSPivotedResponse, Question, Response, Survey, SurveyPolicy

Class Method Summary collapse

Class Method Details

.table_name_prefixObject



5
6
7
# File 'app/models/renalware/surveys.rb', line 5

def self.table_name_prefix
  "survey_"
end