changed the dump from data to faqs

This commit is contained in:
Harry Bomrah 2014-06-18 15:15:14 +08:00
parent 96a612af50
commit 34328e8aaf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class FaqsController < ApplicationController
}
end
{
"data" => f,
"faqs" => f,
"extras" => {"widget-title"=>"Faqs"},
"total_pages" => faqs.total_pages
}