mirror of
https://github.com/redmine/redmine.git
synced 2025-12-22 16:30:38 +01:00
Helper method for custom field title.
git-svn-id: http://svn.redmine.org/redmine/trunk@14751 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -22,6 +22,8 @@ class CustomFieldEnumerationsController < ApplicationController
|
||||
before_filter :find_custom_field
|
||||
before_filter :find_enumeration, :only => :destroy
|
||||
|
||||
helper :custom_fields
|
||||
|
||||
def index
|
||||
@values = @custom_field.enumerations.order(:position)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user