You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class Post
include Mongoid::Document
include Mongoid::TaggableWithContext
include Mongoid::TaggableWithContext::AggregationStrategy::RealTime
field :state
taggable
end
I've wanted to do something like this
Then to be able to do:
Any ideas on how to implement?
The text was updated successfully, but these errors were encountered: