mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-18 08:13:17 +00:00
parent
cc94b1d95a
commit
79a1f667c5
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class InvitesController < ApplicationController
|
|||
private
|
||||
|
||||
def invites
|
||||
Invite.where(user: current_user)
|
||||
Invite.where(user: current_user).order(id: :desc)
|
||||
end
|
||||
|
||||
def resource_params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue