Sha256: 83267f8c65c4f38a597874c5fe9a8cdf4afb7ad1204dbc06653932737b56712c
Contents?: true
Size: 274 Bytes
Versions: 20
Compression:
Stored size: 274 Bytes
Contents
class PostWithAuto < ActiveRecord::Base def self.table_name 'posts' end attr_accessible :title, :type, :location_id, :body, :blog searchable :ignore_attribute_changes_of => [ :updated_at ] do string :title text :body, :more_like_this => true end end
Version data entries
20 entries across 20 versions & 4 rubygems