The callbacks in < 2.1 don‘t worry about the extra options or the block, so just run what we have available.
[Source]
# File lib/dm-paperclip/callback_compatability.rb, line 29 29: def run_callbacks(meth, opts = nil, &blk) 30: callback(meth) 31: end
[Validate]