From 34328e8aafb8478188b853529e9078eade1dfcac Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Wed, 18 Jun 2014 15:15:14 +0800 Subject: [PATCH] changed the dump from data to faqs --- app/controllers/faqs_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/faqs_controller.rb b/app/controllers/faqs_controller.rb index 7a4c359..b4bc0bd 100644 --- a/app/controllers/faqs_controller.rb +++ b/app/controllers/faqs_controller.rb @@ -15,7 +15,7 @@ class FaqsController < ApplicationController } end { - "data" => f, + "faqs" => f, "extras" => {"widget-title"=>"Faqs"}, "total_pages" => faqs.total_pages }