From 7379daad1c73bd3610ed296436250b417ac3673d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 10 Feb 2011 14:19:00 +0100 Subject: removed thinking_sphinx plugin and replaced it with gem. also tuned dependencies --- vendor/plugins/thinking-sphinx/features/support/models/animal.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/support/models/animal.rb (limited to 'vendor/plugins/thinking-sphinx/features/support/models/animal.rb') diff --git a/vendor/plugins/thinking-sphinx/features/support/models/animal.rb b/vendor/plugins/thinking-sphinx/features/support/models/animal.rb deleted file mode 100644 index 75f8cc52..00000000 --- a/vendor/plugins/thinking-sphinx/features/support/models/animal.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Animal < ActiveRecord::Base - define_index do - indexes name, :sortable => true - end -end -- cgit v1.3