summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/support/models/theta.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/thinking-sphinx/features/support/models/theta.rb')
-rw-r--r--vendor/plugins/thinking-sphinx/features/support/models/theta.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/plugins/thinking-sphinx/features/support/models/theta.rb b/vendor/plugins/thinking-sphinx/features/support/models/theta.rb
deleted file mode 100644
index 0ce91d6..0000000
--- a/vendor/plugins/thinking-sphinx/features/support/models/theta.rb
+++ /dev/null
@@ -1,7 +0,0 @@
1class Theta < ActiveRecord::Base
2 define_index do
3 indexes :name, :sortable => true
4
5 set_property :delta => :datetime, :threshold => 1.hour
6 end
7end