Commit f1fa5691555bd238ddefbeb58f701751ab0bf88b

when_slot_not_found callback has been added to meta

Commit diff

strokedb-ruby/lib/document/meta.rb

 
5353
5454 end
5555
56 CALLBACKS = %w(on_initialization before_save after_save)
56 CALLBACKS = %w(on_initialization before_save after_save when_slot_not_found)
5757 CALLBACKS.each do |callback_name|
5858 module_eval %{
5959 def #{callback_name}(&block)
toggle raw diff