Commit 882b9f2cf86420091e19e65d3234cb85d2e8552e

Authored by Rodrigo Souto
1 parent a8fbeab5

Removing unnecessary file

plugins/shopping_cart/20110422151030_add_shopping_cart_to_profile.rb
@@ -1,10 +0,0 @@ @@ -1,10 +0,0 @@
1 -class AddShoppingCartToProfile < ActiveRecord::Migration  
2 -  
3 - def self.up  
4 - add_column :profiles, :shopping_cart, :boolean, :default => true  
5 - end  
6 -  
7 - def self.down  
8 - remove_column :profiles, :shopping_cart  
9 - end  
10 -end