Skip to content

Instantly share code, notes, and snippets.

@seivan
Created March 25, 2009 23:34
Show Gist options
  • Save seivan/85786 to your computer and use it in GitHub Desktop.
Save seivan/85786 to your computer and use it in GitHub Desktop.
#Post.rb
def picture(pos=0)
photos[pos.to_i].image.url(:medium)
end
#Index.erb.html I NEED post.picture to get AN ARGUMENT from 'picture'
<%= textilize(Liquid::Template.parse(post.content).render('picture' => post.picture)) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment