diff options
| author | cedricnjanga | 2018-01-30 23:07:07 -0800 |
|---|---|---|
| committer | cedricnjanga | 2018-02-07 07:24:32 -0800 |
| commit | e46fde25ca2ed406b215471404be21ef1e617f8d (patch) | |
| tree | 1c6e104c397b5ae7f05f4077510537e8dc964fb3 /app/controllers/calendars_controller.rb | |
| parent | 0869a498ea0a101e70a5b3fd938eb4a2a3d04a32 (diff) | |
| download | chouette-core-e46fde25ca2ed406b215471404be21ef1e617f8d.tar.bz2 | |
Make some changes to avoid unnacessaty lines of code
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 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 |
