文件列表
This commit is contained in:
parent
b22669e36f
commit
16333d69f7
|
@ -176,12 +176,6 @@ class FilesController < ApplicationController
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@flag = params[:flag] || false
|
@flag = params[:flag] || false
|
||||||
#sort_init 'filename', 'asc'
|
|
||||||
# sort_init 'created_on', 'desc'
|
|
||||||
# sort_update 'created_on' => "#{Attachment.table_name}.created_on",
|
|
||||||
# 'filename' => "#{Attachment.table_name}.filename",
|
|
||||||
# 'size' => "#{Attachment.table_name}.filesize",
|
|
||||||
# 'downloads' => "#{Attachment.table_name}.downloads"
|
|
||||||
sort = ""
|
sort = ""
|
||||||
@sort = ""
|
@sort = ""
|
||||||
@order = ""
|
@order = ""
|
||||||
|
|
Loading…
Reference in New Issue