module Sequel::Plugins::AfterInitialize::ClassMethods
Public Instance Methods
call(h={})
click to toggle source
Call after_initialize for model objects loaded from the database.
Calls superclass method
# File lib/sequel/plugins/after_initialize.rb, line 16 def call(h={}) v = super v.after_initialize v end