Skip to content

Instantly share code, notes, and snippets.

@meriy100
Created June 21, 2016 06:48
Show Gist options
  • Save meriy100/59b872e2456955a04c5f4b33a2d63eeb to your computer and use it in GitHub Desktop.
Save meriy100/59b872e2456955a04c5f4b33a2d63eeb to your computer and use it in GitHub Desktop.
// test.html.slim
// @tasks = [taks1, task2, ..., taskn]
== render partial: "a", collection: @tasks
// _a.html.slim
= task.title
= task.color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment