Guest User

Untitled

a guest
Jun 14th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class IpAddress
  2. include DataMapper::Resource
  3. property :id, String, :key => true
  4. end
  5.  
  6. class Something
  7. include DataMapper::Resource
  8. property :id, String, :key => true
  9. belongs_to :ip_address
  10. end
Add Comment
Please, Sign In to add comment