about summary refs log tree commit diff stats
path: root/app/models/pokeviewer/gift_ribbon.rb
blob: f8f4fa5ee951568cc9ad5ee3319234cf5bac8a5c (plain) (blame)
1
2
3
4
5
module Pokeviewer
  class GiftRibbon < ApplicationRecord
    validates :description, presence: true
  end
end