Retrospring/app/models/notification/commented.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
80 B
Ruby
Raw Normal View History

2022-07-21 07:56:05 -07:00
# frozen_string_literal: true
class Notification::Commented < Notification
2022-07-21 07:56:05 -07:00
end