aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcedricnjanga2018-01-30 23:07:07 -0800
committercedricnjanga2018-02-06 11:20:22 -0800
commitee63b07c01a1a32bb0d2619e9d4f1bf100fc1d1a (patch)
tree1d260885ac7ebb7676b95b9eb12e8ddc3e68e4d4
parent98369b4395a5b11d7184f97d211eecc387f6ca2f (diff)
downloadchouette-core-ee63b07c01a1a32bb0d2619e9d4f1bf100fc1d1a.tar.bz2
Make some changes to avoid unnacessaty lines of code
-rw-r--r--app/controllers/calendars_controller.rb3
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