diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-11-17 20:55:08 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-11-17 20:55:08 +0000 |
commit | a914cf4c402b2597e0cc563bd84145ce9eda5a41 (patch) | |
tree | edb14ba9ebce182cb4f7cac808bfb49c6c504a46 /app/models/custom_field.rb | |
parent | e82b0a77e348419bb4c4ed736ac126e22358eac0 (diff) | |
download | redmine-a914cf4c402b2597e0cc563bd84145ce9eda5a41.tar.gz redmine-a914cf4c402b2597e0cc563bd84145ce9eda5a41.zip |
Switch to zeitwerk autoloader (#29914, #32938).
Patch by Takashi Kato.
git-svn-id: http://svn.redmine.org/redmine/trunk@21287 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/custom_field.rb')
-rw-r--r-- | app/models/custom_field.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/custom_field.rb b/app/models/custom_field.rb index 9787b2ee4..b81dae233 100644 --- a/app/models/custom_field.rb +++ b/app/models/custom_field.rb @@ -359,5 +359,3 @@ class CustomField < ActiveRecord::Base end end end - -require_dependency 'redmine/field_format' |