|
|
|
@ -651,6 +651,7 @@ RedmineApp::Application.routes.draw do
|
|
|
|
|
match "addgroups", :via => [:post, :get]
|
|
|
|
|
match 'deletegroup', :via => [:delete]
|
|
|
|
|
match 'show_member_score', :via => [:get]
|
|
|
|
|
match 'valid_ajax', :to => 'courses#valid_ajax', :via => :get
|
|
|
|
|
post 'join_in/join_group', :to => 'courses#join_group', :as => 'join_group'
|
|
|
|
|
delete 'join_in/join_group', :to => 'courses#unjoin_group'
|
|
|
|
|
end
|
|
|
|
|