From e74c974c3a0399f34de2217d94c59302acb7955f Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Mon, 27 Apr 2015 17:54:32 +0800 Subject: [PATCH] fake commit --- app/controllers/faqs_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/faqs_controller.rb b/app/controllers/faqs_controller.rb index 441f711..53797fe 100644 --- a/app/controllers/faqs_controller.rb +++ b/app/controllers/faqs_controller.rb @@ -1,7 +1,6 @@ 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| {