Guest User

Untitled

a guest
Jan 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class Post
  2. include DataMapper::Resource
  3.  
  4. # property <name>, <type>
  5. property :id, Serial
  6. property :title, String
  7. property :body, Text
  8. end
Add Comment
Please, Sign In to add comment