removing some load path tomfoolery

This commit is contained in:
Aaron Patterson
2010-10-11 11:30:22 -07:00
parent 333e033064
commit ee7863eaac

View File

@@ -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'