From caa7af66e6677ca89d749798b30004c554229204 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 19 Jan 2014 09:51:04 +0000 Subject: [PATCH] Prevents no method errors when reloading in development mode. git-svn-id: http://svn.redmine.org/redmine/trunk@12671 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/custom_field.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/models/custom_field.rb b/app/models/custom_field.rb index 72ac471fd..6fb0e5a01 100644 --- a/app/models/custom_field.rb +++ b/app/models/custom_field.rb @@ -279,3 +279,5 @@ class CustomField < ActiveRecord::Base end end end + +require_dependency 'redmine/field_format' -- 2.39.5