app/controllers/tramway/auth/web/sessions_controller.rb in tramway-auth-1.0 vs app/controllers/tramway/auth/web/sessions_controller.rb in tramway-auth-1.0.1

- old
+ new

@@ -17,10 +17,10 @@ end end def destroy sign_out - redirect_to root_path + redirect_to ::Tramway::Auth.root_path end private def redirect_if_signed_in