aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/calendars_controller.rb
diff options
context:
space:
mode:
authorcedricnjanga2018-01-30 23:07:07 -0800
committercedricnjanga2018-01-31 07:21:15 -0800
commit2ce236aea91bbe35a6b03353b4c5c7f33ded8eac (patch)
treed92a5733782187b3acf859260bb5a00940abb55f /app/controllers/calendars_controller.rb
parentdd61691343892d502842341bc94ca8b355a716cc (diff)
downloadchouette-core-2ce236aea91bbe35a6b03353b4c5c7f33ded8eac.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.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb
index 61a62c285..eaff3b0c6 100644
--- a/app/controllers/calendars_controller.rb
+++ b/app/controllers/calendars_controller.rb
@@ -1,5 +1,4 @@
class CalendarsController < ChouetteController
- include WorkgroupSupport
include PolicyChecker
defaults resource_class: Calendar
before_action :ransack_contains_date, only: [:index]
@@ -96,4 +95,4 @@ class CalendarsController < ChouetteController
scope
end
-end
+end \ No newline at end of file