Sha256: f99f56cfd57c003337d75828b5f12b2e9d457ea77582b9446d23ca8aca033879
Contents?: true
Size: 317 Bytes
Versions: 26
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true ActiveRecord::Base.class_eval do class << self def authorize_active_element_text_search(with:, providing:) ActiveElement::Components::TextSearch.register_authorized_text_search( model: self, with: with, providing: providing ) end end end
Version data entries
26 entries across 26 versions & 1 rubygems