We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6261caf commit d7b2d27Copy full SHA for d7b2d27
app/views/api/v2/plans/_show.json.jbuilder
@@ -76,6 +76,7 @@ unless @minimal
76
77
json.array! q_and_a do |item|
78
json.title item[:title]
79
+ json.section item[:section]
80
json.question item[:question]
81
json.answer item[:answer]
82
end
0 commit comments