summaryrefslogtreecommitdiff
path: root/app/models/condition.rb
blob: f2b048fa20c9d298e6b8e06565b3bb28c5fb2116 (plain)
1
2
3
4
5
class Condition < ApplicationRecord
  include HasWhatnot

  validates :gid, :name, :description, presence: true
end