diff options
| author | Robert | 2017-05-06 06:03:19 +0200 |
|---|---|---|
| committer | Robert | 2017-05-06 06:03:19 +0200 |
| commit | 41d215e737a3a025435a796ccc7cb45b1cc59a9f (patch) | |
| tree | 4814ba318e7eb32d99a8dc3efaabf204ad782113 /app | |
| parent | 169b5e1a22c9b3a91d1ddb2ec74b97d768d9bc14 (diff) | |
| download | chouette-core-41d215e737a3a025435a796ccc7cb45b1cc59a9f.tar.bz2 | |
removed left over comment
Diffstat (limited to 'app')
| -rw-r--r-- | app/controllers/routes_controller.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/routes_controller.rb b/app/controllers/routes_controller.rb index 5a73d397c..73febc4b9 100644 --- a/app/controllers/routes_controller.rb +++ b/app/controllers/routes_controller.rb @@ -46,9 +46,6 @@ class RoutesController < ChouetteController end end - # overwrite inherited resources to use delete instead of destroy - # foreign keys will propagate deletion) - def destroy destroy! do |success, failure| success.html { redirect_to referential_line_path(@referential,@line) } |
