diff options
| author | Xinhui | 2016-11-28 13:54:01 +0100 | 
|---|---|---|
| committer | Xinhui | 2016-11-28 13:56:23 +0100 | 
| commit | f450594fe8fcf8972012eae665f568546f2d290a (patch) | |
| tree | 7f759cfcdf4bec97bfb6cf32e19fab038159fb1c /app/controllers/referential_lines_controller.rb | |
| parent | 850061c7f1d20bce0cf9163658327fc3557919bc (diff) | |
| download | chouette-core-f450594fe8fcf8972012eae665f568546f2d290a.tar.bz2 | |
Remove footnote from permited params
Diffstat (limited to 'app/controllers/referential_lines_controller.rb')
| -rw-r--r-- | app/controllers/referential_lines_controller.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/controllers/referential_lines_controller.rb b/app/controllers/referential_lines_controller.rb index c1f3e01a8..59c5da994 100644 --- a/app/controllers/referential_lines_controller.rb +++ b/app/controllers/referential_lines_controller.rb @@ -108,8 +108,8 @@ class ReferentialLinesController < ChouetteController        :url,        :color,        :text_color, -      :stable_id, -      { footnotes_attributes: [ :code, :label, :_destroy, :id ] } ) +      :stable_id +      )    end  end | 
