Sha256: e8299a8901eedd2aae23994b121f85f7f6305c05724cf6a4d7c457b01592a038
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
unless defined?(APP_ROOT) root_path = File.join(File.dirname(__FILE__), '..') unless RUBY_PLATFORM =~ /mswin32/ require 'pathname' root_path = Pathname.new(root_path).cleanpath(true).to_s end APP_ROOT = root_path end require 'rubygems' require 'active_record'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
polymorphic_identity-0.0.1 | test/app_root/config/boot.rb |