Class: CalendarsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/calendars_controller.rb

Instance Method Summary (collapse)

Methods inherited from ApplicationController

#authorize_provider!

Instance Method Details

- (Object) index



4
5
6
# File 'app/controllers/calendars_controller.rb', line 4

def index
  @slots = current_user.free_slots.decorate
end