Sha256: 5754234652d752bd751d0834f250cb27f6909a3b2e0e07c185ba94a5cddc6e91
Contents?: true
Size: 380 Bytes
Versions: 4
Compression:
Stored size: 380 Bytes
Contents
ActsAsTaggableOn.setup do |config| # This works because the classes where the base class is a concern, Tag and Tagging # are autoloaded, and won't be started until after the initializers run. The value # must be a String, as the Rails Zeitwerk autoloader will not allow models to be # referenced at initialization time. # # config.base_class = 'ApplicationRecord' end
Version data entries
4 entries across 4 versions & 2 rubygems