fake commit

This commit is contained in:
Harry Bomrah 2015-04-27 17:54:32 +08:00
parent 971971e174
commit e74c974c3a
1 changed files with 0 additions and 1 deletions

View File

@ -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|
{