method

find_signed

rails latest stable - Class: ActiveRecord::SignedId::RelationMethods

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

find_signed(...)
public

No documentation available.

# File activerecord/lib/active_record/signed_id.rb, line 17
      def find_signed(...)
        scoping { model.find_signed(...) }
      end