Actions
Refactor #34006
closedFeature #29991: Enable Zeitwerk autoload mode for Rails 6+
Refactor #33886: Fix early loads of constants
Plugin and its rbac_support are using Role and Permission models too early
Description
Initialization is not done at that point, we should postpone the Role and Permission creation and just remember what the plugin wants to do in a registry prior that.
Actions