spree-advanced-calculators
spree-advanced-calculators copied to clipboard
Advanced calculators for spree ecommerce
Results
1
spree-advanced-calculators issues
Sort by
recently updated
recently updated
newest added
The has_many relationship between Calculator::Advanced and bucket_rates is not correct. Should be: has_many :bucket_rates, :foreign_key => :calculator_id, :dependent => :destroy since it is not a polymorphic relationship.