lib/mouth/record.rb in mouth-0.8.1 vs lib/mouth/record.rb in mouth-0.8.2
- old
+ new
@@ -1,6 +1,7 @@
module Mouth
-
+
+ # Simple base class to serve as an ORM for the mongo driver, without importing a large ORM like mongomapper.
class Record
# Keys are symbols
# id is :id, not _id
attr_accessor :attributes