Rails Guides say here: "Below is a comprehensive list of all the initializers found in Rails". But how can I receive such list?
I.e if I have MyApp
, I want to find some method MyApp::Application.initializers
(just an example, does not work), that returns me a full list of applied initializers.
Ok, I've found it!
It is MyApp::Application.instance.initializers