Expand description
Boot-time initializers (Rails config/initializers/*). Since initializers
are code, not data, register named init functions and run them in order at
boot; the first that errors stops the sequence.
Structsยง
- Initializers
- An ordered registry of named initializers.