Class: GithubToSlack::CommunicatorsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- GithubToSlack::CommunicatorsController
- Defined in:
- app/controllers/github_to_slack/communicators_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
3 4 5 6 |
# File 'app/controllers/github_to_slack/communicators_controller.rb', line 3 def create Communicator.new(params[:payload]). render json: {} end |