summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/support/models/alpha.rb
blob: 0973c1c1bd5e1a66ac85612a7b187a21ed2ba69f (plain)
1
2
3
4
5
6
7
8
9
class Alpha < ActiveRecord::Base
  define_index do
    indexes :name, :sortable => true
    
    has value, cost, created_at, created_on
    
    set_property :field_weights => {"name" => 10}
  end
end