diff options
| author | jpl | 2017-04-10 18:34:15 +0200 | 
|---|---|---|
| committer | jpl | 2017-04-10 18:34:22 +0200 | 
| commit | f62876f66e1ded5347ac93954845357a58be6aa9 (patch) | |
| tree | 5b0832aacdc9613ae1a04662be4d47234bbbe81f /app/controllers/time_tables_controller.rb | |
| parent | 46de3ff815baeb1d44e751b25df6594f26b77be4 (diff) | |
| download | chouette-core-f62876f66e1ded5347ac93954845357a58be6aa9.tar.bz2 | |
Refs #3092 #2909: adding color attribute, adding colorSelector component
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 c5aa7280a..2e03485f2 100644 --- a/app/controllers/time_tables_controller.rb +++ b/app/controllers/time_tables_controller.rb @@ -140,7 +140,7 @@ class TimeTablesController < ChouetteController        :object_version,        :creator_id,        :calendar_id, -      :version, :comment, +      :version, :comment, :color,        :int_day_types,        :monday,        :tuesday, | 
