Last active
August 9, 2016 04:50
-
-
Save giancarlosisasi/8fac7285c6d7700134e8fd0504b9f8a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| collection :@users | |
| attributes :id, :name, :last_name, :article_id | |
| child(:article) { attributes :title, :body } | |
| node(:read) { |message| message.read_by?(@user) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment