Skip to content

Instantly share code, notes, and snippets.

@giancarlosisasi
Last active August 9, 2016 04:50
Show Gist options
  • Select an option

  • Save giancarlosisasi/8fac7285c6d7700134e8fd0504b9f8a5 to your computer and use it in GitHub Desktop.

Select an option

Save giancarlosisasi/8fac7285c6d7700134e8fd0504b9f8a5 to your computer and use it in GitHub Desktop.
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