Fix media attachments order
This commit is contained in:
parent
9a4115797c
commit
bbfc45fa68
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Admin
|
|||
private
|
||||
|
||||
def filtered_attachments
|
||||
MediaAttachment.local_attached.order(created_at: :desc)
|
||||
MediaAttachment.local_attached.reverse_order
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue