This commit is contained in:
yanxd 2014-05-30 10:49:49 +08:00
parent 9194b32060
commit 6c5e7eca49
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class FilesController < ApplicationController
Mailer.attachments_added(attachments[:files]).deliver
end
# 临时用
# TODO: 临时用 nyan
sort_init 'created_on', 'desc'
sort_update 'created_on' => "#{Attachment.table_name}.created_on",
'filename' => "#{Attachment.table_name}.filename",