Class: Motor::SlackConversationsController
- Inherits:
-
ApiBaseController
- Object
- ActionController::API
- ApiBaseController
- Motor::SlackConversationsController
- Defined in:
- app/controllers/motor/slack_conversations_controller.rb
Instance Method Summary collapse
Methods included from CurrentAbility
Methods included from CurrentUserMethod
Instance Method Details
#index ⇒ Object
5 6 7 8 9 |
# File 'app/controllers/motor/slack_conversations_controller.rb', line 5 def index (:create, Motor::Alert) render json: { data: Motor::Slack.conversations } end |