Public Class methods
new
(h={})
Call #after_initialize for new model objects.
[show source]
# File lib/sequel/plugins/after_initialize.rb, line 25 def initialize(h={}) super after_initialize end
Public Instance methods
after_initialize
()
An empty #after_initialize hook, so that plugins that use this can always call super to get the default behavior.
[show source]
# File lib/sequel/plugins/after_initialize.rb, line 32 def after_initialize end