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