amco / dolly

Not an ORM for CouchDB in rails.
8 stars 3 forks source link

timestamps! class method is adding methods to models that dont call timestamps! #108

Closed seancookr closed 8 years ago

seancookr commented 8 years ago

Due to the implementation of timestamps, classes without the timestamps method are being saved with timestamps. I think this has to do with the class_eval placed on Dolly:document instead of the class that inherits from it.

seancookr commented 8 years ago

This is done, and should be closed