method
on_load
rails latest stable - Class:
ActiveSupport::LazyLoadHooks
on_load(name, options = {}, &block)public
Declares a block that will be executed when a Rails component is fully loaded. If the component has already loaded, the block is executed immediately.
-
:yield - Yields the object that run_load_hooks to block.
-
:run_once - Given block will run only once.