Skip to content

Instantly share code, notes, and snippets.

@BDQ
Created August 12, 2011 10:38
Show Gist options
  • Save BDQ/1141834 to your computer and use it in GitHub Desktop.
Save BDQ/1141834 to your computer and use it in GitHub Desktop.
Deface::Override.new(:name => 'set_cart_form_enctype',
:virtual_path => 'products/_cart_form',
:replace => "code[erb-loud]:contains('populate_orders_url')",
:text => "<%= form_for :order, :url => populate_orders_url, :html => {:multipart => true} do |f| %>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment