7 lines
96 B
Ruby
7 lines
96 B
Ruby
class Notifier::Commented < Notifier
|
|
private
|
|
def resource
|
|
event.comment
|
|
end
|
|
end
|