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 }