chore: extract overview partials

This commit is contained in:
Nelson Jovel 2024-10-01 12:05:48 -07:00
parent 972ba1a5b8
commit 6e4700c1f0
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