diff options
Diffstat (limited to 'app/controllers/calendars_controller.rb')
-rw-r--r-- | app/controllers/calendars_controller.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb index 91c91f0ca..925e88e41 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 @@ -128,4 +127,4 @@ class CalendarsController < ChouetteController scope end -end +end
\ No newline at end of file |