user = User.find(5) User.find_each do |user| user.notifications.create( message_html: "
2022 is winding to a close...
Clear here to see your Year in Review!", icon: 'event_available', icon_color: 'blue', happened_at: DateTime.current, passthrough_link: "https://www.notebook.ai/my/data/yearly/2022", reference_code: "year-in-review-2022" ) end