]> source.dussan.org Git - redmine.git/commitdiff
Prevents no method errors when reloading in development mode.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 19 Jan 2014 09:51:04 +0000 (09:51 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 19 Jan 2014 09:51:04 +0000 (09:51 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12671 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/custom_field.rb

index 72ac471fd74b631f4667060d3ca8fbba44df7d54..6fb0e5a01c66767196e8d3926507487ad40ca6d0 100644 (file)
@@ -279,3 +279,5 @@ class CustomField < ActiveRecord::Base
     end
   end
 end
+
+require_dependency 'redmine/field_format'