Skip to content

Instantly share code, notes, and snippets.

@khalilovcmd
Created February 5, 2018 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khalilovcmd/81a82e598e0d294dd3c3ba55420d38ee to your computer and use it in GitHub Desktop.
Save khalilovcmd/81a82e598e0d294dd3c3ba55420d38ee to your computer and use it in GitHub Desktop.
module Rendering
module Parts
class Note < Reply
include ::Services::Slack::Rendering::Mixins::TeammateAuthor
def attachment_color
ATTACHMENT_COLOR
end
def fallback
"<#{teammate_url}|#{teammate_name}> added a note"
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment