diff options
| -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 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 |
