]> source.dussan.org Git - redmine.git/commitdiff
add missing "require 'diff'" to Redmine::Helpers::Diff (#15105)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 11 Oct 2013 17:37:38 +0000 (17:37 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 11 Oct 2013 17:37:38 +0000 (17:37 +0000)
Contributed by Felix Bünemann.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12206 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/helpers/diff.rb

index 537bfa05dff4723d24e18fb968a112abe6567714..d580f689ce1eccfdf3374da76266535f4c707991 100644 (file)
@@ -15,6 +15,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+require 'diff'
+
 module Redmine
   module Helpers
     class Diff