chore: extract overview partials

This commit is contained in:
Nelson Jovel 2024-10-01 12:05:48 -07:00
parent ed16425add
commit ddac10f9e5
5 changed files with 105 additions and 94 deletions

View file

@ -10,4 +10,5 @@ class Category < ActiveRecord::Base
has_many :measures, through: :subcategories
has_many :admin_data_items, through: :measures
has_many :scales, through: :subcategories
has_many :survey_items, through: :scales
end