Module: EncodedId::Rails::ActiveRecordFinders

Extended by:
ActiveSupport::Concern
Defined in:
lib/encoded_id/rails/active_record_finders.rb

Overview

This module overrides standard ActiveRecord finder methods to automatically decode encoded IDs. Important: This module should NOT be used with models that use string-based primary keys (e.g., UUIDs) as it will cause conflicts between string IDs and encoded IDs.

Defined Under Namespace

Modules: ClassMethodsPrepend