Method: Integrations::SlackSlashCommands#redirect_url
- Defined in:
- app/models/integrations/slack_slash_commands.rb
#redirect_url(team, channel, _url) ⇒ Object
37 38 39 |
# File 'app/models/integrations/slack_slash_commands.rb', line 37 def redirect_url(team, channel, _url) Kernel.format(SLACK_REDIRECT_URL, TEAM: team, CHANNEL: channel) end |