diff options
| author | jpl | 2016-11-18 11:06:15 +0100 | 
|---|---|---|
| committer | jpl | 2016-11-18 11:06:21 +0100 | 
| commit | a978aa7a29b8336bc5eb7ee23d75629ae369f3d5 (patch) | |
| tree | a3ff41fd7b97997bd62962159e1ad5f252be9852 /app/controllers/referential_lines_controller.rb | |
| parent | d4c1ce56290e0af18da024d4d137f55198d18903 (diff) | |
| download | chouette-core-a978aa7a29b8336bc5eb7ee23d75629ae369f3d5.tar.bz2 | |
Refs #1977: Add transport_submode enum. on lines#show
Diffstat (limited to 'app/controllers/referential_lines_controller.rb')
| -rw-r--r-- | app/controllers/referential_lines_controller.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/controllers/referential_lines_controller.rb b/app/controllers/referential_lines_controller.rb index 05f80f718..c53819dd2 100644 --- a/app/controllers/referential_lines_controller.rb +++ b/app/controllers/referential_lines_controller.rb @@ -83,6 +83,7 @@ class ReferentialLinesController < ChouetteController    def line_params      params.require(:line).permit(        :transport_mode, +      :transport_submode,        :network_id,        :company_id,        :objectid, | 
