@ -14,4 +14,6 @@ class District < ApplicationRecord
before_save do
self.slug ||= name.parameterize
end
scope :boston, -> { where(name: 'Boston') }