0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-01-14 08:36:56 +00:00
mastodon/app/models/web/setting.rb

8 lines
130 B
Ruby

# frozen_string_literal: true
class Web::Setting < ApplicationRecord
belongs_to :user
validates :user, uniqueness: true
end