diff options
| author | Michel Etienne | 2014-08-28 11:44:07 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-08-28 11:44:07 +0200 |
| commit | 32df4c7578d30d5a413f3da8d66d525d7e80e4f3 (patch) | |
| tree | 553a1206d1c21301b83c5c9fad085d35c6beee12 /app/controllers/time_tables_controller.rb | |
| parent | 4ff26e0096f122dc74b45b427137eb631da3fd06 (diff) | |
| download | chouette-core-32df4c7578d30d5a413f3da8d66d525d7e80e4f3.tar.bz2 | |
search results : refresh form with ajax
Diffstat (limited to 'app/controllers/time_tables_controller.rb')
| -rw-r--r-- | app/controllers/time_tables_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb index a18603ed9..586713c60 100644 --- a/app/controllers/time_tables_controller.rb +++ b/app/controllers/time_tables_controller.rb @@ -4,6 +4,7 @@ class TimeTablesController < ChouetteController respond_to :html respond_to :xml respond_to :json + respond_to :js, :only => :index belongs_to :referential |
