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, 5 insertions, 0 deletions
diff --git a/vendor/plugins/thinking-sphinx/features/support/models/gamma.rb b/vendor/plugins/thinking-sphinx/features/support/models/gamma.rb
new file mode 100644
index 0000000..5e9d259
--- /dev/null
+++ b/vendor/plugins/thinking-sphinx/features/support/models/gamma.rb
@@ -0,0 +1,5 @@
1class Gamma < ActiveRecord::Base
2 define_index do
3 indexes :name, :sortable => true
4 end
5end