lib/sequel/plugins/association_autoreloading.rb in sequel-4.46.0 vs lib/sequel/plugins/association_autoreloading.rb in sequel-4.47.0
- old
+ new
@@ -1,6 +1,8 @@
# frozen-string-literal: true
+Sequel::Deprecation.deprecate("The association_autoreloading plugin", "This plugin was integrated into the default model behavior in Sequel 4.0, and no longer has an effect")
+
module Sequel
module Plugins
# Empty plugin module for backwards compatibility
module AssociationAutoreloading
end