Skip to content

Commit

Permalink
Fixed Load Error failures in 1.9.2-head
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwanreza authored and wycats committed Jun 7, 2010
1 parent ed16ec6 commit 3adb395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/core_ext/load_error.rb
Expand Up @@ -3,6 +3,7 @@ class LoadError
/^no such file to load -- (.+)$/i,
/^Missing \w+ (?:file\s*)?([^\s]+.rb)$/i,
/^Missing API definition file in (.+)$/i,
/^cannot load such file -- (.+)$/i,
]

def path
Expand Down

0 comments on commit 3adb395

Please sign in to comment.