mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 00:59:08 +01:00
4 lines
87 B
Ruby
4 lines
87 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Notification::QuestionAnswered < Notification
|
|
end
|