Commit df881da8 by Rocky Duan

sparse config unnecessary now

parent d50568f4
...@@ -7,7 +7,7 @@ class CommentThread < Content ...@@ -7,7 +7,7 @@ class CommentThread < Content
include Mongoid::TaggableWithContext include Mongoid::TaggableWithContext
include Mongoid::TaggableWithContext::AggregationStrategy::RealTime include Mongoid::TaggableWithContext::AggregationStrategy::RealTime
taggable separator: ',', default: [], sparse_index: true taggable separator: ',', default: []
voteable self, :up => +1, :down => -1 voteable self, :up => +1, :down => -1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment