Description:
merge
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r767:aac82fe8b800 - - 1 file changed: 6 inserted, 0 deleted
@@ -147,6 +147,12 | |||||
|
147 | get 'current_score(/:group_id)', action: 'current_score', as: 'current_score' |
|
147 | get 'current_score(/:group_id)', action: 'current_score', as: 'current_score' |
|
148 | get 'max_score' |
|
148 | get 'max_score' |
|
149 | post 'show_max_score' |
|
149 | post 'show_max_score' |
|
|
150 | + get 'problem_hof(/:id)', action: 'problem_hof', as: 'problem_hof' | ||
|
|
151 | + get 'stuck' | ||
|
|
152 | + get 'cheat_report' | ||
|
|
153 | + post 'cheat_report' | ||
|
|
154 | + get 'cheat_scruntinize' | ||
|
|
155 | + post 'cheat_scruntinize' | ||
|
150 | end |
|
156 | end |
|
151 | #get 'report/current_score', to: 'report#current_score', as: 'report_current_score' |
|
157 | #get 'report/current_score', to: 'report#current_score', as: 'report_current_score' |
|
152 | #get 'report/problem_hof(/:id)', to: 'report#problem_hof', as: 'report_problem_hof' |
|
158 | #get 'report/problem_hof(/:id)', to: 'report#problem_hof', as: 'report_problem_hof' |
You need to be logged in to leave comments.
Login now