Skip to content
zdennis edited this page Apr 30, 2012 · 1 revision

Normal ActiveRecord callbacks will NOT be called when using activerecord-imports. This is because it is mass importing rows of data and doesn't necessarily have access to in-memory ActiveRecord objects.

Clone this wiki locally