summaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-11-15 15:22:55 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-11-15 15:22:55 +0000
commitba7cf9c3ce6c970a2ecb49d1f4ab276a071ada40 (patch)
tree8ec30a96db6089c7e140e7cb2a4ea5c864fe1ac8 /app/controllers
parent7d57833740bb546753d6d908ee082e8268044fa3 (diff)
downloadredmine-ba7cf9c3ce6c970a2ecb49d1f4ab276a071ada40.tar.gz
redmine-ba7cf9c3ce6c970a2ecb49d1f4ab276a071ada40.zip
Adds custom fields for versions (#4219).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3064 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/versions_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/versions_controller.rb b/app/controllers/versions_controller.rb
index 6513d080c..7be042d9f 100644
--- a/app/controllers/versions_controller.rb
+++ b/app/controllers/versions_controller.rb
@@ -21,6 +21,8 @@ class VersionsController < ApplicationController
before_filter :find_project, :only => :close_completed
before_filter :authorize
+ helper :custom_fields
+
def show
end