spec/db/models.rb in simple_solr-0.4.1 vs spec/db/models.rb in simple_solr-0.5.0
- old
+ new
@@ -1,6 +1,10 @@
# A bunch of models with varying amounts of simple_solrism.
+class SparseDocument < ActiveRecord::Base
+ simple_solr
+end
+
class SimpleDocument < ActiveRecord::Base
simple_solr do
field :title
end
end
\ No newline at end of file