Sha256: 4f63e899d4d4d2fe3a6cce94427468e3121f3443d0ca466c37ed426592e6f788

Contents?: true

Size: 310 Bytes

Versions: 10

Compression:

Stored size: 310 Bytes

Contents

module Spud::Searchable
  extend ActiveSupport::Concern
  included do
    extend ClassMethods
  end
  module ClassMethods
    def spud_searchable
      ActiveSupport::Deprecation.warn(
        'Spud::Searchable is deprecated and will be removed from future releases.',
        caller
      )
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tb_core-1.5.4 lib/tb_core/searchable.rb
tb_core-1.5.3 lib/tb_core/searchable.rb
tb_core-1.5.2 lib/tb_core/searchable.rb
tb_core-1.5.1 lib/tb_core/searchable.rb
tb_core-1.5.0 lib/tb_core/searchable.rb
tb_core-1.4.8 lib/tb_core/searchable.rb
tb_core-1.4.7 lib/tb_core/searchable.rb
tb_core-1.4.6 lib/tb_core/searchable.rb
tb_core-1.4.5 lib/tb_core/searchable.rb
tb_core-1.4.4 lib/tb_core/searchable.rb