diff options
| author | cedricnjanga | 2018-01-30 23:07:07 -0800 | 
|---|---|---|
| committer | cedricnjanga | 2018-02-06 11:20:22 -0800 | 
| commit | ee63b07c01a1a32bb0d2619e9d4f1bf100fc1d1a (patch) | |
| tree | 1d260885ac7ebb7676b95b9eb12e8ddc3e68e4d4 | |
| parent | 98369b4395a5b11d7184f97d211eecc387f6ca2f (diff) | |
| download | chouette-core-ee63b07c01a1a32bb0d2619e9d4f1bf100fc1d1a.tar.bz2 | |
Make some changes to avoid unnacessaty lines of code
| -rw-r--r-- | app/controllers/calendars_controller.rb | 3 | 
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 | 
