ganked load path from merb

This commit is contained in:
Chris Anderson 2008-09-11 21:16:01 -07:00
parent f5fdc8b913
commit 7028f7f7b3

View file

@ -2,6 +2,11 @@ require "rubygems"
require 'json'
require 'rest_client'
$:.unshift File.dirname(__FILE__) unless
$:.include?(File.dirname(__FILE__)) ||
$:.include?(File.expand_path(File.dirname(__FILE__)))
require 'couchrest/monkeypatches'
module CouchRest