1
0
Fork 0
forked from gitea/nas

Rails 7.1 update (#25963)

This commit is contained in:
Matt Jankowski 2023-10-23 13:58:29 -04:00 committed by GitHub
parent 379115e601
commit e93a75f1a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 122 additions and 89 deletions

View file

@ -4,7 +4,7 @@ module HasUserSettings
extend ActiveSupport::Concern
included do
serialize :settings, UserSettingsSerializer
serialize :settings, coder: UserSettingsSerializer
end
def settings_attributes=(attributes)