simple_calendar, calender_show_view

Kalender in Tabellenansicht
This commit is contained in:
2013-08-08 09:09:34 +02:00
parent ae75459d58
commit b329fa4896
5 changed files with 15 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class CalentriesController < ApplicationController
respond_to do |format|
format.html # show.html.erb
format.json { render json: @calentry }
format.ics { render 'show.ics.erb',}
format.ics { render 'show.ics.erb'}
end
end