Interface for granting/revoking badges from admin user page.

This commit is contained in:
Vikhyat Korrapati
2014-03-19 19:57:21 +05:30
parent 8163fcade7
commit 0f9ea25010
10 changed files with 244 additions and 13 deletions

View File

@ -61,6 +61,7 @@ Discourse::Application.routes.draw do
put "unblock"
put "trust_level"
put "primary_group"
get "badges"
get "leader_requirements"
end