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

Version Path
acts-as-taggable-on-12.0.0 lib/tasks/example/acts-as-taggable-on.rb.example
acts-as-taggable-on-11.0.0 lib/tasks/example/acts-as-taggable-on.rb.example
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/acts-as-taggable-on-10.0.0/lib/tasks/example/acts_as_taggable_on.rb.example
acts-as-taggable-on-10.0.0 lib/tasks/example/acts_as_taggable_on.rb.example