Feat: custom sort (#4864)

This commit is contained in:
Tejaswini Chile
2022-06-22 11:04:42 +05:30
committed by GitHub
parent a2204cf269
commit ffd102cdfe
7 changed files with 199 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
# frozen_string_literal: true
FactoryBot.define do
factory :mention do
mentioned_at { Time.current }
account
conversation
user
end
end