Sha256: 799659a2a3714738db5ce6908a4b7843f6c0652e9d49a6a92340625e6ee14d5f
Contents?: true
Size: 676 Bytes
Versions: 9
Compression:
Stored size: 676 Bytes
Contents
Deface::Override.new(:virtual_path => 'spree/shared/_store_menu', :name => 'add_mini_cart', :insert_bottom => "#link-to-cart", :partial => "spree/shared/minicart") Deface::Override.new(:virtual_path => 'spree/products/_cart_form', :name => 'set_remote_to_true_to_add_to_cart', :replace => "code[erb-loud]:contains('form_for :order, :url => populate_orders_url do |f|')", :text => "<%= form_for :order, :url => populate_orders_url, :remote => true do |f| %>", :original => "<%= form_for :order, :url => populate_orders_url do |f| %>")
Version data entries
9 entries across 9 versions & 1 rubygems