Prevents no method errors when reloading in development mode.
git-svn-id: http://svn.redmine.org/redmine/trunk@12671 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
bacc250816
commit
caa7af66e6
|
@ -279,3 +279,5 @@ class CustomField < ActiveRecord::Base
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
require_dependency 'redmine/field_format'
|
||||
|
|
Loading…
Reference in New Issue