Sha256: 7c1f43433d7b2c229cd5da0b7863dba500c4455388f4da5ff800085897ce9f9e
Contents?: true
Size: 249 Bytes
Versions: 25
Compression:
Stored size: 249 Bytes
Contents
class Post < ActiveRecord::Base belongs_to :location belongs_to :author has_many :comments searchable :auto_index => false, :auto_remove => false do string :title text :body, :more_like_this => true location :location end end
Version data entries
25 entries across 24 versions & 7 rubygems