mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
removing some load path tomfoolery
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#++
|
||||
|
||||
activesupport_path = File.expand_path('../../../activesupport/lib', __FILE__)
|
||||
$:.unshift(activesupport_path) if File.directory?(activesupport_path) && !$:.include?(activesupport_path)
|
||||
|
||||
require 'active_support/ruby/shim'
|
||||
require 'active_support/core_ext/class/attribute_accessors'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user