Class: CalendarToQueue::GoogleCalendarPushController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- CalendarToQueue::GoogleCalendarPushController
- Defined in:
- app/controllers/calendar_to_queue/google_calendar_push_controller.rb
Overview
Reciever for push notifications from watched resources in Google Calendar
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
9 10 11 12 |
# File 'app/controllers/calendar_to_queue/google_calendar_push_controller.rb', line 9 def create GoogleCalendarPush.new(create_params).process head :ok end |