Guest User

Untitled

a guest
May 21st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. DataMapper.setup(:default, ENV['DATABASE_URL'] || 'sqlite3://my.db')
  2.  
  3. class Class
  4. include DataMapper::Resource
  5. property :id, Serial
  6. property :something Type
  7. end
Add Comment
Please, Sign In to add comment