Remove association that's already added by Spree's calculated_adjustments

This commit is contained in:
Rohan Mitchell
2013-08-06 09:35:18 +10:00
parent d8b7a05441
commit cfb8c05cb5

View File

@@ -2,7 +2,6 @@ class EnterpriseFee < ActiveRecord::Base
belongs_to :enterprise
calculated_adjustments
has_one :calculator, :as => :calculable, :dependent => :destroy, :class_name => 'Spree::Calculator'
attr_accessible :enterprise_id, :fee_type, :name, :calculator_type