From: Jean-Philippe Lang Date: Sun, 19 Jan 2014 09:51:04 +0000 (+0000) Subject: Prevents no method errors when reloading in development mode. X-Git-Tag: 2.5.0~228 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=caa7af66e6677ca89d749798b30004c554229204;p=redmine.git Prevents no method errors when reloading in development mode. git-svn-id: http://svn.redmine.org/redmine/trunk@12671 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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'