Sha256: 64b4e813852d0e4632097ae65aac2683dafe7c0ad98aff4ddaae512ced8a26f9
Contents?: true
Size: 231 Bytes
Versions: 8
Compression:
Stored size: 231 Bytes
Contents
class Post < ActiveRecord::Base belongs_to :location belongs_to :author searchable :auto_index => false, :auto_remove => false do string :title text :body, :more_like_this => true coordinates :location end end
Version data entries
8 entries across 8 versions & 4 rubygems