From 6109b1735ac6f5bf0041fdfc7635b0c2a54b6990 Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 16 Oct 2023 13:17:54 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=BE=A9widget=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/faqs_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/faqs_controller.rb b/app/controllers/faqs_controller.rb index ebac98e..826367a 100644 --- a/app/controllers/faqs_controller.rb +++ b/app/controllers/faqs_controller.rb @@ -84,6 +84,7 @@ class FaqsController < ApplicationController { "link_to_show" => OrbitHelper.widget_item_url(qa.to_param), "title" => qa.title, + "answer" => qa.answer, "postdate" => qa.created_at.strftime('%Y-%m-%d %H:%M'), "statuses" => statuses }