Kalender update - tabs...

This commit is contained in:
Andreas Stephanides
2013-08-13 22:23:02 +02:00
parent 5c14fdadaf
commit 501554eee1
7 changed files with 49 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
class CalendarsController < ApplicationController
# GET /calendars
# GET /calendars.json
load_and_authorize_resource
def index
@calendars = Calendar.all
respond_to do |format|
@@ -80,4 +81,6 @@ class CalendarsController < ApplicationController
format.json { head :no_content }
end
end
def verwalten
end
end