summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-09 22:58:30 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-09 22:58:30 +0000
commitb127f9157d456f233b320b349b415844eb632cb9 (patch)
tree08ce37ee7f79cc43f92beefb658577a72783d3a1 /config
parent877fbc15da49d4d497a1e9a0e78c589ae8632e5f (diff)
downloadredmine-b127f9157d456f233b320b349b415844eb632cb9.tar.gz
redmine-b127f9157d456f233b320b349b415844eb632cb9.zip
Resourcified custom fields.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8144 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 33e53ba00..f17ad6f00 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -184,6 +184,7 @@ ActionController::Routing::Routes.draw do |map|
map.resources :trackers, :except => :show
map.resources :issue_statuses, :except => :show, :collection => {:update_issue_done_ratio => :post}
+ map.resources :custom_fields, :except => :show
#left old routes at the bottom for backwards compat
map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages'