We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628d631 commit 9bef66cCopy full SHA for 9bef66c
lib/active_storage_validations/railtie.rb
@@ -2,7 +2,7 @@
2
3
module ActiveStorageValidations
4
class Railtie < ::Rails::Railtie
5
- initializer "active_storage_validations.configure", after: :load_config_initializers do
+ initializer "active_storage_validations.configure" do
6
ActiveSupport.on_load(:active_record) do
7
include ActiveStorageValidations unless included_modules.include?(ActiveStorageValidations)
8
end
0 commit comments