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