diff options
| author | cedricnjanga | 2018-01-24 19:55:56 -0800 | 
|---|---|---|
| committer | cedricnjanga | 2018-01-31 07:20:21 -0800 | 
| commit | dd61691343892d502842341bc94ca8b355a716cc (patch) | |
| tree | 289bce2b8e2b1b8b0fdd139e0dc3d31b85e0c8f7 /app/controllers/calendars_controller.rb | |
| parent | 6632217117a66bd09b2e8261e4351add9971d47c (diff) | |
| download | chouette-core-dd61691343892d502842341bc94ca8b355a716cc.tar.bz2 | |
update calendar build_links for table builder
Diffstat (limited to 'app/controllers/calendars_controller.rb')
| -rw-r--r-- | app/controllers/calendars_controller.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb index 6f1522428..61a62c285 100644 --- a/app/controllers/calendars_controller.rb +++ b/app/controllers/calendars_controller.rb @@ -1,4 +1,5 @@  class CalendarsController < ChouetteController +  include WorkgroupSupport    include PolicyChecker    defaults resource_class: Calendar    before_action :ransack_contains_date, only: [:index] | 
