Fix backend index table sorting

This commit is contained in:
manson 2014-07-21 11:20:52 +08:00
parent 3a2bdeb804
commit b1c8ceb7dd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
class Admin::ArchiveFilesController < OrbitAdminController
def index
@table_fields = ["Status","Category","Title"]
@table_fields = [:status, :category, :title]
@categories = @module_app.categories
@tags = @module_app.tags
@filter_fields = {