metamaps--metamaps/app/models/webhooks/slack/topic_removed_from_map.rb
2017-11-25 11:23:47 -08:00

8 lines
220 B
Ruby

# frozen_string_literal: true
class Webhooks::Slack::TopicRemovedFromMap < Webhooks::Slack::Base
def text
"*#{eventable.name}* was removed by *#{event.user.name}* from the map *#{view_map_on_metamaps}*"
end
end