Class: CalendarsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- CalendarsController
- Defined in:
- app/controllers/calendars_controller.rb
Instance Method Summary (collapse)
Methods inherited from ApplicationController
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 |