Module: CouchModel::Base::Finder::ClassMethods
- Defined in:
- lib/couch_model/base/finder.rb
Instance Method Summary collapse
Instance Method Details
#find(id) ⇒ Object
17 18 19 20 21 |
# File 'lib/couch_model/base/finder.rb', line 17 def find(id) document = new :id => id document.load document end |