# File lib/Borges/Callback/CallbackStore.rb, line 64
  def register_action_callback(&block)
    store Borges::ActionCallback.new(&block)
  end