mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
unshift html-scanner into $LOAD_PATH rather than append
This commit is contained in:
parent
1f29aba10e
commit
919cec823a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$LOAD_PATH << "#{File.dirname(__FILE__)}/html-scanner"
|
||||
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/html-scanner"
|
||||
|
||||
module HTML
|
||||
extend ActiveSupport::Autoload
|
||||
|
|
Loading…
Reference in a new issue