vendor/rails doesn't work anymore, remove it from the blank slate suggestion

This commit is contained in:
Joshua Peek 2010-02-28 18:32:46 -06:00
parent 30446f7b29
commit a5da48d231
1 changed files with 0 additions and 9 deletions

View File

@ -5,13 +5,4 @@ rescue LoadError
require 'rubygems'
require 'bundler'
Bundler.setup
# To use 2.x style vendor/rails and RubyGems
#
# vendor_rails = File.expand_path('../../vendor/rails', __FILE__)
# if File.exist?(vendor_rails)
# Dir["#{vendor_rails}/*/lib"].each { |path| $:.unshift(path) }
# end
#
# require 'rubygems'
end