diff options
-rw-r--r-- | load_paths.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/load_paths.rb b/load_paths.rb index 55e2a530bd..d5f2ca0734 100644 --- a/load_paths.rb +++ b/load_paths.rb @@ -1,5 +1,5 @@ begin - require File.expand_path('../vendor/environment', __FILE__) + require File.expand_path('../.bundle/environment', __FILE__) rescue LoadError begin require 'rubygems' @@ -18,4 +18,4 @@ rescue LoadError $:.unshift File.expand_path("../#{framework}/lib", __FILE__) end end -end
\ No newline at end of file +end |