Sha256: 35b85fb484194c088790f86965cfa1d0922f2c5ea906e453085c0378e394678a

Contents?: true

Size: 140 Bytes

Versions: 15

Compression:

Stored size: 140 Bytes

Contents

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

  searchable do
    string :name
  end
end

Version data entries

15 entries across 15 versions & 3 rubygems

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