diff options
| author | cedricnjanga | 2018-01-24 19:55:56 -0800 | 
|---|---|---|
| committer | cedricnjanga | 2018-02-06 11:21:37 -0800 | 
| commit | 5e7506b377ea13ee5326371fb4ac9e592252cf37 (patch) | |
| tree | 4d3971c53b4f547a2e738de71e570b68fbec340a /app/controllers/calendars_controller.rb | |
| parent | b4ea175349adaffe4c797c7077865b2dd1c0fc20 (diff) | |
| download | chouette-core-5e7506b377ea13ee5326371fb4ac9e592252cf37.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 925e88e41..aa79c3cf8 100644 --- a/app/controllers/calendars_controller.rb +++ b/app/controllers/calendars_controller.rb @@ -1,4 +1,5 @@  class CalendarsController < ChouetteController +  include WorkgroupSupport    include PolicyChecker    include TimeTablesHelper | 
