Call #after_initialize for new model objects.
# File lib/sequel/plugins/after_initialize.rb, line 27 def initialize(h={}) super after_initialize end
An empty #after_initialize hook, so that plugins that use this can always call super to get the default behavior.
# File lib/sequel/plugins/after_initialize.rb, line 34 def after_initialize end