Skip to content

Commit

Permalink
name inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
goodviber committed Jan 7, 2025
1 parent e58652d commit b239a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dfe/analytics/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Entities
# them in the format { attr: ['old', 'new'] }
trans_attributes = {}
transaction_changed_attributes.each do |name, old_value|
trans_attributes.merge!(name => old_value, name => name.inspect)
trans_attributes.merge!(name => old_value, name => send(name).inspect)
end
updated_attributes = DfE::Analytics.extract_model_attributes(
self, saved_changes.transform_values(&:last)
Expand Down

0 comments on commit b239a00

Please sign in to comment.