aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/time_tables_controller.rb
diff options
context:
space:
mode:
authorcedricnjanga2017-11-22 14:44:29 +0100
committercedricnjanga2017-11-22 14:44:41 +0100
commitffe835e4feb43796ea1a122aba8df087252fe2e5 (patch)
treefeb7d3d7a5b540e1102f8627e558b85b710bb1e9 /app/controllers/time_tables_controller.rb
parentf7b9b6ad5280179367c225e1d35d123bad67dcaf (diff)
downloadchouette-core-ffe835e4feb43796ea1a122aba8df087252fe2e5.tar.bz2
Rebase master and resolve conflicts
Diffstat (limited to 'app/controllers/time_tables_controller.rb')
-rw-r--r--app/controllers/time_tables_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb
index 34b1ca89d..0c1769ad7 100644
--- a/app/controllers/time_tables_controller.rb
+++ b/app/controllers/time_tables_controller.rb
@@ -168,7 +168,7 @@ class TimeTablesController < ChouetteController
def decorate_time_tables(time_tables)
ModelDecorator.decorate(
time_tables,
- with: Chouette::TimeTableDecorator,
+ with: TimeTableDecorator,
context: {
referential: @referential
}