forked from bofh/fetsite
calendar ics format summary fix
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user