From e46fde25ca2ed406b215471404be21ef1e617f8d Mon Sep 17 00:00:00 2001 From: cedricnjanga Date: Tue, 30 Jan 2018 23:07:07 -0800 Subject: Make some changes to avoid unnacessaty lines of code --- app/controllers/calendars_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb index b02764f8f..75d4cbd09 100644 --- a/app/controllers/calendars_controller.rb +++ b/app/controllers/calendars_controller.rb @@ -1,5 +1,4 @@ class CalendarsController < ChouetteController - include WorkgroupSupport include PolicyChecker include TimeTablesHelper @@ -126,4 +125,4 @@ class CalendarsController < ChouetteController scope end -end +end \ No newline at end of file -- cgit v1.2.3