module Mongoid::TaggableWithContext::AggregationStrategy::RealTime
Protected Instance Methods
get_conditions(context, tag)
click to toggle source
# File lib/mongoid/taggable_with_context/aggregation_strategy/real_time.rb, line 74 def get_conditions(context, tag) {self.class.tag_name_attribute.to_sym => tag} end