spree-contrib / spree_drop_ship

Spree Drop Shipping Extension
BSD 3-Clause "New" or "Revised" License
104 stars 120 forks source link

remove contacts_date_of_birth attr #29

Closed bhelx closed 11 years ago

bhelx commented 11 years ago

When running

rake spree_sample:suppliers

I was getting a "cannot assign mass protected" error on the field :contacts_date_of_birth.

That is because this column was removed in the last migrate:

https://github.com/jdutil/spree_drop_ship/blob/master/db/migrate/20130829004248_remove_date_of_birth.rb#L3

So I removed it from the rake task

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling ad546d18a937cac60bbcd0317df658adc8617379 on bhelx:fix_sample_suppliers_rake_task into 04eb8cf831bc5a1a88ae18781b5ddc4ccde0f71e on jdutil:master.