diff options
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 | 
