Commit a404264b58d4a9e19e2888547d097105dfac2a2b

Authored by Rodrigo Souto
1 parent 5d2b3895

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