app/controllers/decidim/meetings/calendars_controller.rb in decidim-meetings-0.20.1 vs app/controllers/decidim/meetings/calendars_controller.rb in decidim-meetings-0.21.0

- old
+ new

@@ -6,9 +6,10 @@ # to their favorite calendar app class CalendarsController < Decidim::Meetings::ApplicationController layout false helper_method :meetings before_action :set_default_request_format + skip_around_action :use_organization_time_zone def show render plain: CalendarRenderer.for(current_component), content_type: "type/calendar" end