summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/support/models/animal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/thinking-sphinx/features/support/models/animal.rb')
-rw-r--r--vendor/plugins/thinking-sphinx/features/support/models/animal.rb5
1 files changed, 0 insertions, 5 deletions
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 75f8cc5..0000000
--- a/vendor/plugins/thinking-sphinx/features/support/models/animal.rb
+++ /dev/null
@@ -1,5 +0,0 @@
1class Animal < ActiveRecord::Base
2 define_index do
3 indexes name, :sortable => true
4 end
5end