added answer for index

This commit is contained in:
Harry Bomrah 2014-11-07 19:00:48 +08:00
parent 5d7505fe21
commit 96955d968e
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class FaqsController < ApplicationController
{
"link_to_show" => OrbitHelper.url_to_show(qa.to_param),
"question" => qa.title,
"answer" => qa.answer,
"statuses" => statuses
}
end