summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/support/models/animal.rb
blob: 75f8cc52e560b56cc7f714679fe810a43fe192a7 (plain)
1
2
3
4
5
class Animal < ActiveRecord::Base
  define_index do
    indexes name, :sortable => true
  end
end