管理员界面,解决编辑组织报错的问题

This commit is contained in:
ouyangxuhua 2016-01-29 18:43:14 +08:00
parent b7f1177938
commit 7b56dc7f8e
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RedmineApp::Application.routes.draw do
end
end
member do
get 'edit'
get 'setting'#, :action => 'settings', :as => 'settings'
get 'clear_org_avatar_temp'
put 'set_homepage'