Sha256: a281eca51e8756cd61428ee576074af62e926b902c7f6eab731d6a423de06ff6

Contents?: true

Size: 165 Bytes

Versions: 20

Compression:

Stored size: 165 Bytes

Contents

class Author < ActiveRecord::Base
  self.table_name  = :writers
  self.primary_key = :writer_id

  attr_accessible :name

  searchable do
    string :name
  end
end

Version data entries

20 entries across 20 versions & 4 rubygems

Version Path
sunspot_rails-2.3.0 spec/rails_app/app/models/author.rb
sunspot_rails-2.2.8 spec/rails_app/app/models/author.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/sunspot_rails-2.2.7/spec/rails_template/app/models/author.rb
sunspot_rails-2.2.7 spec/rails_template/app/models/author.rb
sunspot_rails-2.2.6 spec/rails_template/app/models/author.rb
sunspot_rails-2.2.5 spec/rails_template/app/models/author.rb
sunspot_rails-2.2.4 spec/rails_template/app/models/author.rb
sunspot_rails-2.2.3 spec/rails_template/app/models/author.rb
sunspot_rails-2.2.2 spec/rails_template/app/models/author.rb
sunspot_rails-2.2.1 spec/rails_template/app/models/author.rb
sunspot_rails-2.2.0 spec/rails_template/app/models/author.rb
sunspot_rails-2.1.1 spec/rails_template/app/models/author.rb
sunspot_rails-2.1.0 spec/rails_template/app/models/author.rb
sunspot_rails-2.0.0 spec/rails_template/app/models/author.rb
sunspot_rails-2.0.0.pre.130115 spec/rails_template/app/models/author.rb
sunspot_rails-2.0.0.pre.120925 spec/rails_template/app/models/author.rb
sunspot_solr-2.0.0.pre.120924 sunspot_rails/spec/rails_template/app/models/author.rb
sunspot_rails-2.0.0.pre.120924 sunspot_rails/spec/rails_template/app/models/author.rb
sunspot-2.0.0.pre.120924 sunspot_rails/spec/rails_template/app/models/author.rb
sunspot_rails-2.0.0.pre.120720 spec/rails_template/app/models/author.rb