Method: SlackNotification#delivery_channel
- Defined in:
- lib/app/models/slack_notification.rb
#delivery_channel ⇒ Object
Default delivery channel is email, override for sms, SMTP or other channels
55 56 57 |
# File 'lib/app/models/slack_notification.rb', line 55 def delivery_channel DELIVERY_SLACK end |