Source: show
# File app/models/analytics/member_event.rb, line 30 def details (super.presence || {}).except(:plan_snapshot).transform_keys do |key| key.to_s.humanize end end