From 971971e17429ca107ffd7de91c36d115ce85fe7c Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Tue, 21 Apr 2015 16:30:03 +0800 Subject: [PATCH] fake commit --- app/controllers/faqs_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/faqs_controller.rb b/app/controllers/faqs_controller.rb index 53797fe..441f711 100644 --- a/app/controllers/faqs_controller.rb +++ b/app/controllers/faqs_controller.rb @@ -1,6 +1,7 @@ class FaqsController < ApplicationController def index faqs = Qa.can_display.order_by(:created_at=>'desc').filter_by_categories + f = faqs.collect do |qa| statuses = qa.statuses_with_classname.collect do |status| {