module ActiveRecord::SignedId::RelationMethods

def find_signed!(...)

def find_signed!(...)
  scoping { model.find_signed!(...) }
end