chore: ensure likert score ranges from 1 to 5

main
Nelson Jovel 2 years ago
parent 9f6e8a5933
commit 3093d9236a

@ -14,6 +14,8 @@ module Dashboard
has_one :dashboard_measure, through: :dashboard_survey_item
validates :likert_score, numericality: { greater_than: 0, less_than_or_equal_to: 5 }
scope :exclude_boston, lambda {
includes(school: :district).where.not("district.name": "Boston")
}

Loading…
Cancel
Save