Class: GithubToSlack::CommunicatorsController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/github_to_slack/communicators_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



3
4
5
6
# File 'app/controllers/github_to_slack/communicators_controller.rb', line 3

def create
  Communicator.new(params[:payload]).deliver_message
  render json: {}
end