Retrospring/app/models/notification/data_exported.rb

6 lines
186 B
Ruby
Raw Normal View History

# frozen_string_literal: true
# NOTE: `target` is not really used for this notification, but it should be of type `User::DataExport`
class Notification::DataExported < Notification
end