Guest User

Untitled

a guest
Aug 8th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class User
  2. include MongoMapper::Document
  3. safe
  4.  
  5. mount_uploader :photo, PhotoUploader
  6.  
  7. key :user_id, Integer
  8. key :first_name, String
  9. key :last_name, String
  10. ....
  11. end
Advertisement
Add Comment
Please, Sign In to add comment