Call after_initialize for model objects loaded from the database.
[Source]
# File lib/sequel/plugins/after_initialize.rb, line 16 16: def call(h={}) 17: v = super 18: v.after_initialize 19: v 20: end
[Validate]