2016-09-24 03:00:46 +00:00
|
|
|
# frozen_string_literal: true
|
2016-04-26 12:08:12 +00:00
|
|
|
class Webhooks::Slack::UserPresentOnMap < Webhooks::Slack::Base
|
|
|
|
def text
|
|
|
|
"Mapper *#{event.user.name}* has joined the map *#{event.map.name}*. #{view_map_on_metamaps('Map with them')}"
|
|
|
|
end
|
|
|
|
end
|