citrus / spree_wholesale

A wholesale extension for Spree Commerce
http://rubygems.org/gems/spree_wholesale
BSD 3-Clause "New" or "Revised" License
36 stars 36 forks source link

Refactored wholesaler.rb and controllers #14

Closed tavon closed 12 years ago

tavon commented 12 years ago

I refactored the wholesaler model to use nested attributes. This allows us to keep the controller skinny and very simple. Although there are some duplication in the controllers, I believe it's clearer and easier to maintain to keep them separate.

All tests are green.

citrus commented 12 years ago

This is awesome!! Thanks @tavon