tabletop-companion/app/models/site_role.rb

6 lines
104 B
Ruby
Raw Normal View History

2024-05-26 10:45:10 +00:00
# frozen_string_literal: true
2024-05-26 09:06:04 +00:00
class SiteRole < ApplicationRecord
validates :name, presence: true
end