Module: MIDB

Defined in:
lib/midb/hooks.rb,
lib/midb/errors_view.rb,
lib/midb/server_view.rb,
lib/midb/server_model.rb,
lib/midb/dbengine_model.rb,
lib/midb/server_controller.rb,
lib/midb/security_controller.rb,
lib/midb/serverengine_controller.rb

Overview

ADDED in midb-2.0.0a by unrar #

The “hooks” part of the MIDB::API module allows programmers to customize their API. Hooks are methods that are run in the API; overriding them allows you to run a custom API.

This hooking technology has been developed in its-hookable.

Defined Under Namespace

Modules: API, Interface