We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f200db6 + a210447 commit beb4100Copy full SHA for beb4100
UPGRADE.md
@@ -44,7 +44,7 @@ Notification.find_each do |notification|
44
45
# Extract related record to `belongs_to :record` association
46
# This allows ActiveRecord associations instead of querying the JSON data
47
- # attributes[:record] = params.delete(:user) || params.delete(:account)
+ # attributes[:record] = attributes[:params].delete(:user) || attributes[:params].delete(:account)
48
49
attributes[:notifications_attributes] = [{
50
type: "#{attributes[:type]}::Notification",
0 commit comments