Guest User

Untitled

a guest
Jul 17th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class Blog
  2. include DataMapper::Resource
  3. property :id, Serial # primary serial key
  4. property :name, String
  5. property :url, String
  6. property :date, Date
  7.  
  8. end
Add Comment
Please, Sign In to add comment