summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/support/models/theta.rb
blob: 0ce91d6bd6368c23c50292f35ff9de4c765a760f (plain)
1
2
3
4
5
6
7
class Theta < ActiveRecord::Base
  define_index do
    indexes :name, :sortable => true
    
    set_property :delta => :datetime, :threshold => 1.hour
  end
end