forked from bofh/fetsite
Kalender update - tabs...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user