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

4 lines
80 B
Ruby

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