calendar ics format summary fix

This commit is contained in:
Andreas Stephanides
2013-12-16 10:27:46 +01:00
parent 6f27945a01
commit 9747f40b68
4 changed files with 8 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ class CalendarsController < ApplicationController
load_and_authorize_resource
def index
@calendars = Calendar.all
@calentries = Calentry.all
respond_to do |format|
format.html # index.html.erb
format.json { render json: @calendars }