diff options
Diffstat (limited to 'app/controllers/lines_controller.rb')
| -rw-r--r-- | app/controllers/lines_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/lines_controller.rb b/app/controllers/lines_controller.rb index e14baf211..57be0f6b3 100644 --- a/app/controllers/lines_controller.rb +++ b/app/controllers/lines_controller.rb @@ -7,7 +7,7 @@ class LinesController < ChouetteController belongs_to :referential def show - @map = LineMap.new referential, resource + @map = LineMap.new(resource).with_helpers(self) @routes = @line.routes show! end |
