Module: Sequel::Plugins::AfterInitialize::ClassMethods
- Defined in:
- lib/sequel/plugins/after_initialize.rb
Instance Method Summary collapse
-
#call(_) ⇒ Object
Call after_initialize for model objects loaded from the database.
Instance Method Details
#call(_) ⇒ Object
Call after_initialize for model objects loaded from the database.
18 19 20 21 22 |
# File 'lib/sequel/plugins/after_initialize.rb', line 18 def call(_) v = super v.after_initialize v end |