diff options
| author | cedricnjanga | 2018-01-24 19:55:56 -0800 | 
|---|---|---|
| committer | cedricnjanga | 2018-02-07 07:23:53 -0800 | 
| commit | 0869a498ea0a101e70a5b3fd938eb4a2a3d04a32 (patch) | |
| tree | 491774cb4a4187ebbe3fa33abc1723c46bee1d30 /app/controllers/calendars_controller.rb | |
| parent | bb638da38f8155c5433322c413f465dfa928d4e1 (diff) | |
| download | chouette-core-0869a498ea0a101e70a5b3fd938eb4a2a3d04a32.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 585851f00..b02764f8f 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 | 
