]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/confirmations_controller.rb
Move edit account action to show
[rails.git] / app / controllers / confirmations_controller.rb
index 72c1955e039ebf225f862752dff681b978fc2e78..27f2c949ebae500426aa1a7b76474382236faf43 100644 (file)
@@ -91,7 +91,7 @@ class ConfirmationsController < ApplicationController
         flash[:error] = t ".unknown_token"
       end
 
-      redirect_to edit_account_path
+      redirect_to account_path
     end
   end