diff options
| author | Zog | 2018-01-31 10:46:02 +0100 |
|---|---|---|
| committer | cedricnjanga | 2018-02-06 11:04:59 -0800 |
| commit | aa4fa0970e35920e7e1553112fc2d1f792abe05d (patch) | |
| tree | 4b3fdfc7dd94d4a1ab19d52f3db270c49379b851 /app/controllers | |
| parent | c539b09d834476a36804072a92f8c2c373aa487b (diff) | |
| download | chouette-core-aa4fa0970e35920e7e1553112fc2d1f792abe05d.tar.bz2 | |
Refs #5750; Fix validation
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/stop_areas_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/stop_areas_controller.rb b/app/controllers/stop_areas_controller.rb index 8e9df7157..8d424b8d1 100644 --- a/app/controllers/stop_areas_controller.rb +++ b/app/controllers/stop_areas_controller.rb @@ -97,7 +97,7 @@ class StopAreasController < ChouetteController edit! do stop_area.position ||= stop_area.default_position map.editable = true - end + end end def destroy |
