Class: Droom::CalendarsController

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

Instance Method Summary collapse

Methods inherited from EngineController

#current_ability

Instance Method Details

#indexObject



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

def index
  respond_with @calendars
end

#showObject



8
9
10
# File 'app/controllers/droom/calendars_controller.rb', line 8

def show
  respond_with @calendar
end