aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/lines_controller.rb
diff options
context:
space:
mode:
authorMarc Florisson2012-06-29 12:08:19 +0200
committerMarc Florisson2012-06-29 12:08:19 +0200
commit6c545d957cd5ed2d8c283bbfbb296d8e05cac274 (patch)
tree7f47e6dfb7256e392de2964b62cf9ab5f7276f75 /app/controllers/lines_controller.rb
parent52ae766c25023b1c69be88f124bc475f8bbd4ccd (diff)
parent7159c4509e4b9e28786165339c9be1f465419b92 (diff)
downloadchouette-core-6c545d957cd5ed2d8c283bbfbb296d8e05cac274.tar.bz2
Merge branch 'master' of chouette.dryade.priv:/srv/git/chouette2
Diffstat (limited to 'app/controllers/lines_controller.rb')
-rw-r--r--app/controllers/lines_controller.rb2
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