Skip to content

Commit

Permalink
Specify default coder for serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBukowczyk committed Oct 17, 2024
1 parent c6d519e commit b9af7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/casino/user.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

class CASino::User < CASino::ApplicationRecord
serialize :extra_attributes, Hash
serialize :extra_attributes, coder: YAML, type: Hash

has_many :ticket_granting_tickets, dependent: :destroy
has_many :two_factor_authenticators, dependent: :destroy
Expand Down

0 comments on commit b9af7ca

Please sign in to comment.