pcreux/csv-importer

Duplicate call to after_build blocks

Closed this issue · 2 comments

after_build blocks are executed when in :set_attributes method.
:set_attributes is called two times for each row (in :model and :find_model).
I consider this a bug because I'm expecting after_build being called only one time for each row.

(Will be) Fixed by #52

Fixed in 0.3.2.