Method: Writefully::HooksController#create
- Defined in:
- app/controllers/writefully/hooks_controller.rb
#create ⇒ Object
11 12 13 14 |
# File 'app/controllers/writefully/hooks_controller.rb', line 11 def create self.__send__ request.headers["X-Github-Event"].to_sym head :ok end |