Public Instance methods
call(_)
Call after_initialize for model objects loaded from the database.
[show source]
# File lib/sequel/plugins/after_initialize.rb 18 def call(_) 19 v = super 20 v.after_initialize 21 v 22 end