diff options
Diffstat (limited to 'app/controllers/routes_controller.rb')
| -rw-r--r-- | app/controllers/routes_controller.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/routes_controller.rb b/app/controllers/routes_controller.rb index 7ba2c1a58..6455cb2da 100644 --- a/app/controllers/routes_controller.rb +++ b/app/controllers/routes_controller.rb @@ -69,6 +69,9 @@ class RoutesController < ChouetteController end end + def duplicate + end + # def update # update! do |success, failure| # success.html { redirect_to referential_line_path(@referential,@line) } |
