Sha256: e99c0a4d8b20f462af8fa19db821fd96c62a2e3102dba3378d1f70f9d43c2f6d
Contents?: true
Size: 279 Bytes
Versions: 31
Compression:
Stored size: 279 Bytes
Contents
module Avo module Fields module Concerns module IsSearchable extend ActiveSupport::Concern def is_searchable? defined?(Avo::Pro) && @searchable && Avo.license.has_with_trial(:searchable_associations) end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems