summaryrefslogtreecommitdiff
path: root/app/models/application_setting/term.rb
blob: 1f3d20e2b75aa890ec00d8313ffef93e83b5bb41 (plain)
1
2
3
4
5
class ApplicationSetting
  class Term < ActiveRecord::Base
    validates :terms, presence: true
  end
end