Class: Droom::CalendarsController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



15
16
17
# File 'app/controllers/droom/calendars_controller.rb', line 15

def index
  respond_with @calendars
end

#showObject



11
12
13
# File 'app/controllers/droom/calendars_controller.rb', line 11

def show
  respond_with @calendar
end