Sha256: cce8d1c414a7a4a405dfa0557e846f1645f9687f8de240a56720dcb65366e71b
Contents?: true
Size: 380 Bytes
Versions: 18
Compression:
Stored size: 380 Bytes
Contents
# This model should not be used for any test other than the spec test that # checks if all models are loaded. We don't want to pre-load this model in # another test because we're checking to see if it will be auto-loaded by # the reindex task class RakeTaskAutoLoadTestModel < ActiveRecord::Base def self.table_name 'posts' end searchable do string :name end end
Version data entries
18 entries across 18 versions & 2 rubygems