mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:29:52 +01:00
5 lines
101 B
Ruby
5 lines
101 B
Ruby
|
class UserBan < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
belongs_to :banned_by, class_name: 'User'
|
||
|
end
|