Public Instance methods
call
(h={})
Call after_initialize for model objects loaded from the database.
[show source]
# File lib/sequel/plugins/after_initialize.rb, line 16 def call(h={}) v = super v.after_initialize v end