Vote count:
0
class Question
include Mongoid::Document
has_and_belongs_to_many :tags, autosave: true # Refer to tag_ids
end
class Tag
include Mongoid::Document
end
But every once in a while my data gets populated with:
question.tag_ids = ["", "", "brand", "descriptive", "mobile", "preferences", "technology"]
asked 1 min ago
Aucun commentaire:
Enregistrer un commentaire