aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorRobert2017-05-06 06:03:19 +0200
committerRobert2017-05-06 06:03:19 +0200
commit41d215e737a3a025435a796ccc7cb45b1cc59a9f (patch)
tree4814ba318e7eb32d99a8dc3efaabf204ad782113 /app
parent169b5e1a22c9b3a91d1ddb2ec74b97d768d9bc14 (diff)
downloadchouette-core-41d215e737a3a025435a796ccc7cb45b1cc59a9f.tar.bz2
removed left over comment
Diffstat (limited to 'app')
-rw-r--r--app/controllers/routes_controller.rb3
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) }