Sha256: 704fe9f20de4733d09ce1935f24e0728c443d767faaa078d1679a98eed50ec5a
Contents?: true
Size: 228 Bytes
Versions: 16
Compression:
Stored size: 228 Bytes
Contents
require 'texticle/rails' module ActiveadminSelleoCms class Search < ActiveRecord::Base extend Texticle belongs_to :searchable, polymorphic: true scope :current_locale, -> { where(locale: I18n.locale) } end end
Version data entries
16 entries across 16 versions & 1 rubygems