Skip to content

Commit

Permalink
Merge pull request #7 from sjieg/master
Browse files Browse the repository at this point in the history
667: Fix missing coder for Rails 7.1
  • Loading branch information
requiemformemories authored Aug 26, 2024
2 parents e72ae62 + ea3a049 commit c390c05
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 c390c05

Please sign in to comment.