fix error
This commit is contained in:
parent
398d9e5027
commit
6e169b779d
|
@ -46,7 +46,7 @@ class FaqsController < ApplicationController
|
||||||
"file_url" => f.file.url + "\" title=\"#{f.file_title}",
|
"file_url" => f.file.url + "\" title=\"#{f.file_title}",
|
||||||
"file_title" => f.title
|
"file_title" => f.title
|
||||||
}
|
}
|
||||||
end
|
end.compact
|
||||||
faqs_links = faq.qa_links.collect do |f|
|
faqs_links = faq.qa_links.collect do |f|
|
||||||
{
|
{
|
||||||
"link_url" => f.url,
|
"link_url" => f.url,
|
||||||
|
|
Loading…
Reference in New Issue