Skip to content

Commit 11fc1e0

Browse files
committed
document how the DESTROY ALL MATCHES button works
1 parent 173ba98 commit 11fc1e0

File tree

1 file changed

+8
-0
lines changed
  • app/assets/javascripts/angular/directives

1 file changed

+8
-0
lines changed

app/assets/javascripts/angular/directives/account.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ gg.directive('uaccount', ['Account', function(Account) {
3838
error: function() {
3939
alert("Sorry, your matches could not be deleted for some reason. Please contact [email protected] and we will beat the person responsible.");
4040
}
41+
42+
# next steps through the code:
43+
#
44+
# ggtracker: app/controllers/accounts_controller.rb destroy_all_matches
45+
# gg: lib/esdb/identity.rb destroy_all_matches
46+
# esdb: esdb/api/identities.rb post ':id/destroy_all_matches'
47+
# esdb: esdb/jobs/sc2/identity/delete_all_matches.rb
48+
# esdb: esdb/games/sc2/identity.rb destroy_all_matches!
4149
});
4250
}
4351
}

0 commit comments

Comments
 (0)