Merge branch 'master' of github.com:couchrest/couchrest_model
This commit is contained in:
commit
fd0f8c7d95
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ pkg
|
|||
Gemfile*
|
||||
.rvmrc
|
||||
.bundle
|
||||
couchdb.std*
|
||||
|
|
2
init.rb
2
init.rb
|
@ -1 +1 @@
|
|||
require File.join(File.dirname(__FILE__),'lib', 'couchrest', 'extended_document')
|
||||
require File.join(File.dirname(__FILE__),'lib', 'couchrest', 'model')
|
||||
|
|
Loading…
Reference in a new issue