Module: Spud::Searchable::ClassMethods

Defined in:
lib/tb_core/searchable.rb

Instance Method Summary collapse

Instance Method Details

#spud_searchableObject



7
8
9
10
11
12
# File 'lib/tb_core/searchable.rb', line 7

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