Removed Rails 2.3 patch for ruby1.9.3.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9531 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-04-26 16:31:50 +00:00
parent 6d41de61a5
commit abdcd7d705
1 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,3 @@
# Patches active_support/core_ext/load_error.rb to support 1.9.3 LoadError message
if RUBY_VERSION >= '1.9.3'
MissingSourceFile::REGEXPS << [/^cannot load such file -- (.+)$/i, 1]
end
require 'active_record'
module ActiveRecord