Skip to content

Instantly share code, notes, and snippets.

@ayrton
Created August 6, 2014 12:29
Show Gist options
  • Save ayrton/bd80e37bbaf950f080cd to your computer and use it in GitHub Desktop.
Save ayrton/bd80e37bbaf950f080cd to your computer and use it in GitHub Desktop.
# Single object
<%= render partial: 'thumbnail', object: video, as: :video %>
<%= render partial: 'thumbnail', locals: { video: video } %>
<%= render 'thumbnail', video: video %>
# Collection
<%= render partial: 'thumbnail', collection: videos, as: :video %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment