metamaps--metamaps/app/models/webhooks/slack/topic_removed_from_map.rb

7 lines
219 B
Ruby
Raw Normal View History

2016-12-15 00:58:10 +00:00
# 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