diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-01-19 09:51:04 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-01-19 09:51:04 +0000 |
commit | caa7af66e6677ca89d749798b30004c554229204 (patch) | |
tree | 8a1812a7947fbcdfe293ffe0a1eece533f174481 /app | |
parent | bacc2508161ac0f47f153766627472b639c7484c (diff) | |
download | redmine-caa7af66e6677ca89d749798b30004c554229204.tar.gz redmine-caa7af66e6677ca89d749798b30004c554229204.zip |
Prevents no method errors when reloading in development mode.
git-svn-id: http://svn.redmine.org/redmine/trunk@12671 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/models/custom_field.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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' |