diff options
| author | Luc Donnet | 2014-08-22 12:47:52 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-08-22 12:47:52 +0200 |
| commit | 330501d4ad75d97d9c649880f1a932b3e5fa2077 (patch) | |
| tree | 632b1cbccf1406a16a4208f3c5eb7649270808be /app/controllers/lines_controller.rb | |
| parent | 310fa69dfc13bba40065885dfe4745db91e1ee94 (diff) | |
| download | chouette-core-330501d4ad75d97d9c649880f1a932b3e5fa2077.tar.bz2 | |
Use ajax now for line index search
Diffstat (limited to 'app/controllers/lines_controller.rb')
| -rw-r--r-- | app/controllers/lines_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/lines_controller.rb b/app/controllers/lines_controller.rb index 6f717549a..3721a957d 100644 --- a/app/controllers/lines_controller.rb +++ b/app/controllers/lines_controller.rb @@ -4,6 +4,7 @@ class LinesController < ChouetteController respond_to :xml respond_to :json respond_to :kml, :only => :show + respond_to :js, :only => :index belongs_to :referential |
