Sha256: 316ce5877034b7469ba585dca486d017d22cac9f763df9482646bdb94b12fc43
Contents?: true
Size: 213 Bytes
Versions: 38
Compression:
Stored size: 213 Bytes
Contents
class PostWithAuto < ActiveRecord::Base def self.table_name 'posts' end searchable :ignore_attribute_changes_of => [ :updated_at ] do string :title text :body, :more_like_this => true end end
Version data entries
38 entries across 37 versions & 10 rubygems