Skip to content

Commit

Permalink
667: Fix missing coder for Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjieg committed Jul 31, 2024
1 parent a3cb803 commit ea3a049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rpush/client/active_record/notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class Notification < ::ActiveRecord::Base

self.table_name = 'rpush_notifications'

serialize :registration_ids
serialize :url_args
serialize :registration_ids, coder: YAML
serialize :url_args, coder: YAML

belongs_to :app, class_name: 'Rpush::Client::ActiveRecord::App'

Expand Down

0 comments on commit ea3a049

Please sign in to comment.