diff options
Diffstat (limited to 'app/controllers/connection_links_controller.rb')
| -rw-r--r-- | app/controllers/connection_links_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/connection_links_controller.rb b/app/controllers/connection_links_controller.rb index dc6ba78c9..cbb8346c6 100644 --- a/app/controllers/connection_links_controller.rb +++ b/app/controllers/connection_links_controller.rb @@ -7,6 +7,7 @@ class ConnectionLinksController < ChouetteController end respond_to :html, :xml, :json + respond_to :kml, :only => :show def show @map = ConnectionLinkMap.new(resource).with_helpers(self) |
