From cb1d7e9e205501416401ed0bb8d106954c8ddf4a Mon Sep 17 00:00:00 2001 From: echarp Date: Tue, 30 Apr 2019 15:41:31 +0200 Subject: [PATCH] Missing require --- app/views/events/show.ics.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/events/show.ics.haml b/app/views/events/show.ics.haml index 423df001..f79ca1da 100644 --- a/app/views/events/show.ics.haml +++ b/app/views/events/show.ics.haml @@ -1,4 +1,6 @@ :ruby + require 'icalendar/tzinfo' + # Create a calendar with an event (standard method) cal = Icalendar::Calendar.new tzid = @event.region.tzid