Open
Description
If Doorkeeper.configure
call takes place inside of a to_prepare
block then the following code is not run because it is executed after the load_config_initializers
has run which is too early to detect our configuration. We were using the to_prepare
to monkey patch some things before configure
is called but have refactored things so this is not an issue for us currently.