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/alpha.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 vendor/plugins/thinking-sphinx/features/support/models/alpha.rb (limited to 'vendor/plugins/thinking-sphinx/features/support/models/alpha.rb') diff --git a/vendor/plugins/thinking-sphinx/features/support/models/alpha.rb b/vendor/plugins/thinking-sphinx/features/support/models/alpha.rb deleted file mode 100644 index 0973c1c1..00000000 --- a/vendor/plugins/thinking-sphinx/features/support/models/alpha.rb +++ /dev/null @@ -1,9 +0,0 @@ -class Alpha < ActiveRecord::Base - define_index do - indexes :name, :sortable => true - - has value, cost, created_at, created_on - - set_property :field_weights => {"name" => 10} - end -end -- cgit v1.3