Sha256: 316ce5877034b7469ba585dca486d017d22cac9f763df9482646bdb94b12fc43

Contents?: true

Size: 213 Bytes

Versions: 38

Compression:

Stored size: 213 Bytes

Contents

class PostWithAuto < ActiveRecord::Base
  def self.table_name
    'posts'
  end

  searchable :ignore_attribute_changes_of => [ :updated_at ] do
    string :title
    text :body, :more_like_this => true
  end
end

Version data entries

38 entries across 37 versions & 10 rubygems

Version Path
sunspot_rails-2.7.1 spec/rails_app/app/models/post_with_auto.rb
sunspot_rails-2.7.0 spec/rails_app/app/models/post_with_auto.rb
sunspot_rails-2.6.0 spec/rails_app/app/models/post_with_auto.rb
sunspot_rails-2.5.0 spec/rails_app/app/models/post_with_auto.rb
sunspot_rails-2.4.0 spec/rails_app/app/models/post_with_auto.rb
substantial-sunspot_rails-2.0.0.pre.111215 spec/rails_template/app/models/post_with_auto.rb
gojee-sunspot-rails-2.0.5 spec/rails_template/app/models/post_with_auto.rb
gojee-sunspot-rails-2.0.4 spec/rails_template/app/models/post_with_auto.rb
gojee-sunspot-rails-2.0.2 spec/rails_template/app/models/post_with_auto.rb
sunspot_rails-1.3.3 spec/rails_template/app/models/post_with_auto.rb
sunspot_rails-1.3.2 spec/rails_template/app/models/post_with_auto.rb
sunspot_rails-2.0.0.pre.120417 spec/rails_template/app/models/post_with_auto.rb
sunspot_rails-2.0.0.pre.120415 spec/rails_template/app/models/post_with_auto.rb
sunspot_rails-1.3.1 spec/rails_template/app/models/post_with_auto.rb
erichummel-sunspot_rails-2.0.0.pre.111215d spec/rails_template/app/models/post_with_auto.rb
erichummel-sunspot_rails-2.0.0.pre.111215c spec/rails_template/app/models/post_with_auto.rb
erichummel-sunspot_rails-2.0.0.pre.111215b spec/rails_template/app/models/post_with_auto.rb
erichummel-sunspot_rails-2.0.0.pre.111215a spec/rails_template/app/models/post_with_auto.rb
erichummel-sunspot_rails-2.0.0.pre.111215 spec/rails_template/app/models/post_with_auto.rb
sunspot_rails-2.0.0.pre.111215 spec/rails_template/app/models/post_with_auto.rb