fake commit

This commit is contained in:
Harry Bomrah 2015-04-21 16:30:03 +08:00
parent 3108e41ce9
commit 971971e174
1 changed files with 1 additions and 0 deletions

View File

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