retrospring/app/models/notification/started_following.rb
2022-07-22 16:52:42 +02:00

4 lines
87 B
Ruby

# frozen_string_literal: true
class Notification::StartedFollowing < Notification
end