changed the dump from data to faqs
This commit is contained in:
parent
96a612af50
commit
34328e8aaf
|
@ -15,7 +15,7 @@ class FaqsController < ApplicationController
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
{
|
{
|
||||||
"data" => f,
|
"faqs" => f,
|
||||||
"extras" => {"widget-title"=>"Faqs"},
|
"extras" => {"widget-title"=>"Faqs"},
|
||||||
"total_pages" => faqs.total_pages
|
"total_pages" => faqs.total_pages
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue