Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class User
  2. include DataMapper::Resource
  3. include DataMapper::Timestamp
  4.  
  5. include Authorization::User
  6.  
  7. PAGE_SIZE = 150
  8. ADMIN_PAGE_SIZE = 150
  9.  
  10. property :id, Serial
  11. # .....
  12. end
Add Comment
Please, Sign In to add comment