Skip to content

Instantly share code, notes, and snippets.

@hemalich
Created April 27, 2011 08:24
Show Gist options
  • Save hemalich/943916 to your computer and use it in GitHub Desktop.
Save hemalich/943916 to your computer and use it in GitHub Desktop.
/views/items
member(@item) do |m|
m.link "self", item_url(@item)
m.values { |v|
v.name @item.name
v.price @item.price}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment