Sha256: d730c71f63a1282557514f18d604922da3c30a4ee245f558ded504ab7f8f2b94
Contents?: true
Size: 346 Bytes
Versions: 4
Compression:
Stored size: 346 Bytes
Contents
# 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 end end
Version data entries
4 entries across 4 versions & 2 rubygems