ganked load path from merb
This commit is contained in:
parent
f5fdc8b913
commit
7028f7f7b3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue