we have a gauge! next up, let's style the page

This commit is contained in:
Liam Morley 2021-09-28 16:28:23 -04:00 committed by Alex Basson
parent 5d6c1000f4
commit 25578a896f
29 changed files with 614 additions and 112 deletions

View file

@ -1,3 +1,5 @@
class Subcategory < ActiveRecord::Base
belongs_to :sqm_category
has_many :measures
end