Skip to content

Instantly share code, notes, and snippets.

@railsdog
Created March 16, 2010 17:50
Show Gist options
  • Save railsdog/334289 to your computer and use it in GitHub Desktop.
Save railsdog/334289 to your computer and use it in GitHub Desktop.
 insert after :cart_item_description do
   %(
     Size: <%= line_item.width %> x <%= line_item.height %>
   )
 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment