HosipLan

Untitled

Sep 10th, 2013
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.18 KB | None | 0 0
  1. App\Article:
  2.     resource: article
  3.     read: [date, title, content, comments]
  4.     write: []
  5.        
  6. App\Comment:
  7.     resource: comment
  8.     read: [date, author, content]
  9.     write: [author, content]
Advertisement
Add Comment
Please, Sign In to add comment