Sha256: dbc95ca93c95ab2b7a6fbeb36f67fbba8f1cce5aba0ef15d759ef91297cfa9cf
Contents?: true
Size: 173 Bytes
Versions: 13
Compression:
Stored size: 173 Bytes
Contents
class PostWithAuto < ActiveRecord::Base def self.table_name 'posts' end searchable :ignore_attribute_changes_of => [ :updated_at ] do string :title end end
Version data entries
13 entries across 13 versions & 2 rubygems