lib/lotus/model/adapters/implementation.rb in lotus-model-0.1.2 vs lib/lotus/model/adapters/implementation.rb in lotus-model-0.2.0
- old
+ new
@@ -34,10 +34,10 @@
def all(collection)
# TODO consider to make this lazy (aka remove #all)
query(collection).all
end
- # Returns an unique record from the given collection, with the given
+ # Returns a unique record from the given collection, with the given
# id.
#
# @param collection [Symbol] the target collection (it must be mapped).
# @param id [Object] the identity of the object.
#