aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorMarc Florisson2012-08-21 11:52:36 +0200
committerMarc Florisson2012-08-21 11:52:36 +0200
commit2d756b1c5880986928ae1bc5912ee9038cf9c38f (patch)
treeffe014ba1b676af665df9c1626fcd7f93fbbac2d /app/controllers
parentd53d54ac6cbe9c82b2a14a19b4f5628ba9118ec4 (diff)
downloadchouette-core-2d756b1c5880986928ae1bc5912ee9038cf9c38f.tar.bz2
hover on stop points. Refs #61
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/routes_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/routes_controller.rb b/app/controllers/routes_controller.rb
index 91da5519c..fdad19dd9 100644
--- a/app/controllers/routes_controller.rb
+++ b/app/controllers/routes_controller.rb
@@ -3,6 +3,7 @@ class RoutesController < ChouetteController
respond_to :html, :xml, :json
respond_to :kml, :only => :show
+ respond_to :js, :only => :show
belongs_to :referential do
belongs_to :line, :parent_class => Chouette::Line, :optional => true, :polymorphic => true