quick hack to optimize finding max valid fa_id
This commit is contained in:
9
sorbet/rbi/shims/aux.rbi
Normal file
9
sorbet/rbi/shims/aux.rbi
Normal file
@@ -0,0 +1,9 @@
|
||||
# typed: strict
|
||||
|
||||
class DomainPostsFaAux < ActiveRecord::Base
|
||||
extend T::Sig
|
||||
|
||||
sig { returns(T.nilable(Integer)) }
|
||||
def fa_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user