diff options
| author | Marc Florisson | 2012-06-15 20:22:48 +0200 |
|---|---|---|
| committer | Marc Florisson | 2012-06-15 20:22:48 +0200 |
| commit | aa96bcc26c7c943c199cfe911343702937550452 (patch) | |
| tree | f022a5433d07c63061f93c46ea12ed73ab2b631b /app/controllers/time_tables_controller.rb | |
| parent | aac47f41318b3ccd980f482e0a9fd21433ace69b (diff) | |
| download | chouette-core-aa96bcc26c7c943c199cfe911343702937550452.tar.bz2 | |
refactor vehicle_journey's views
Diffstat (limited to 'app/controllers/time_tables_controller.rb')
| -rw-r--r-- | app/controllers/time_tables_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb index b860d2948..a3e2c85c4 100644 --- a/app/controllers/time_tables_controller.rb +++ b/app/controllers/time_tables_controller.rb @@ -17,7 +17,7 @@ class TimeTablesController < ChouetteController def filtered_time_tables_maps filtered_time_tables.collect do |time_table| - { :id => time_table.id.to_s, :name => time_table.comment } + { :id => time_table.id, :name => time_table.comment } end end def filtered_time_tables |
