Sha256: d164b64969cf00fded79796893ca8f9662af2aca7f4cc72b1a4671388442dc46

Contents?: true

Size: 127 Bytes

Versions: 100

Compression:

Stored size: 127 Bytes

Contents

class Post < ActiveRecord::Base
  acts_as_indexed :fields => [:title, :body]
  
  validates_presence_of :title, :body
end

Version data entries

100 entries across 100 versions & 3 rubygems

Version Path
acts_as_indexed-0.9.0 test/fixtures/post.rb
acts_as_indexed-0.8.3 test/fixtures/post.rb
acts_as_indexed-0.8.2 test/fixtures/post.rb
acts_as_indexed-0.8.1 test/fixtures/post.rb
acts_as_indexed-0.8.0 test/fixtures/post.rb
acts_as_indexed-0.7.8 test/fixtures/post.rb
acts_as_indexed-0.7.7 test/fixtures/post.rb
acts_as_indexed-0.7.6 test/fixtures/post.rb
acts_as_indexed-0.7.5 test/fixtures/post.rb
acts_as_indexed-0.7.3 test/fixtures/post.rb
acts_as_indexed-0.7.2 test/fixtures/post.rb
acts_as_indexed-0.7.1 test/fixtures/post.rb
acts_as_indexed-0.7.0 test/fixtures/post.rb
acts_as_indexed-0.6.7 test/fixtures/post.rb
acts_as_indexed-0.6.6 test/fixtures/post.rb
acts_as_indexed-0.6.5 test/fixtures/post.rb
acts_as_indexed-0.6.4 test/fixtures/post.rb
acts_as_indexed-0.6.3 test/fixtures/post.rb
acts_as_indexed-0.6.2 test/fixtures/post.rb
jacobat-refinerycms-0.9.6.14 vendor/plugins/acts_as_indexed/test/fixtures/post.rb