method

taggings=

rails latest stable - Class: ActiveRecord::QueryLogs

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

taggings=(taggings)
public

No documentation available.

# File activerecord/lib/active_record/query_logs.rb, line 117
      def taggings=(taggings) # :nodoc:
        @taggings = taggings.freeze
        @handlers = rebuild_handlers
      end