Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created January 16, 2012 08:46
Show Gist options
  • Save BDQ/1619783 to your computer and use it in GitHub Desktop.
Save BDQ/1619783 to your computer and use it in GitHub Desktop.
Deface::Override.new(:virtual_path => "products/show",
:name => "tweak_thumbs",
:replace => "div#main-image",
:closing_selector => "div#thumbnails",
:text => %q{<span>Hello World</span>})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment