You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/app/views/questions/index.json.jbuilder

5 lines
192 B

json.array!(@questions) do |question|
json.extract! question, :id, :text, :option1, :option2, :option3, :option4, :option5, :category_id
json.url question_url(question, format: :json)
end