diff options
Diffstat (limited to 'app/controllers/lines_controller.rb')
| -rw-r--r-- | app/controllers/lines_controller.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/controllers/lines_controller.rb b/app/controllers/lines_controller.rb index 2f0ef1542..571c73f4a 100644 --- a/app/controllers/lines_controller.rb +++ b/app/controllers/lines_controller.rb @@ -135,6 +135,8 @@ class LinesController < ChouetteController        :color,        :text_color,        :stable_id, +      :transport_submode, +      :secondary_company_ids => [],        footnotes_attributes: [:code, :label, :_destroy, :id]      )    end | 
