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