Class: CalendarToQueue::GoogleCalendarPushController

Inherits:
ApplicationController show all
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

#createObject



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