Guest User

Untitled

a guest
Jun 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. class Foo
  2. include MongoMapper::EmbeddedDocument
  3. plugin MongoMapper::Plugins::Timestamps
  4.  
  5. belongs_to :bar
  6.  
  7. key :bar_id, ObjectId
  8. #...
  9. timestamps! #voila!
  10. end
Add Comment
Please, Sign In to add comment