Which choice best describes the expected value of @result? @result = Article.first.tags.build(name: ‘Urgent’)
1. either true or false
2.an unsaved Tag instance
3.a saved Tag instance
4.an array of Tag instances
Answer:2
Posted Date:-2022-09-17 04:23:25