0
0
Fork 0

Ignore legacy moderator and admin columns on User model (#29188)

This commit is contained in:
Emelia Smith 2024-02-13 18:14:49 +01:00 committed by GitHub
parent 476a043fc5
commit e8b66a0525
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 2 deletions

View file

@ -51,6 +51,8 @@ class User < ApplicationRecord
last_sign_in_ip
skip_sign_in_token
filtered_languages
admin
moderator
)
include LanguagesHelper