diff options
| author | Alban Peignier | 2012-06-29 09:16:46 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2012-06-29 09:16:46 +0200 | 
| commit | cfa38b6c6593c46fe52f30455c7073e37da3ae97 (patch) | |
| tree | c53a5684d85b8d85ead29bc652dd989a5bdcc4ac /app/controllers/connection_links_controller.rb | |
| parent | e23bf6c2789b174d7ce847270f45d15b8633000c (diff) | |
| download | chouette-core-cfa38b6c6593c46fe52f30455c7073e37da3ae97.tar.bz2 | |
Use controller as helpers in Map to create correct paths. Refs #4
Diffstat (limited to 'app/controllers/connection_links_controller.rb')
| -rw-r--r-- | app/controllers/connection_links_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/connection_links_controller.rb b/app/controllers/connection_links_controller.rb index 3da6b1417..ab5cbf8ef 100644 --- a/app/controllers/connection_links_controller.rb +++ b/app/controllers/connection_links_controller.rb @@ -9,7 +9,7 @@ class ConnectionLinksController < ChouetteController    respond_to :html, :xml, :json    def show -    @map = ConnectionLinkMap.new referential, resource +    @map = ConnectionLinkMap.new(resource).with_helpers(self)      show!    end | 
