Class FriendlyId::ActiveRecord2::SluggedModel::CachedSingleFinder
In: lib/friendly_id/active_record2/slugged_model.rb
Parent: SimpleModel::SingleFinder

Performs a find for multiple friendly_ids using the cached_slug column, if available. This is significantly faster, and can be used in all circumstances unless the +:scope+ argument is present.

Methods

column   find  

Public Instance methods

The column used to store the cached slug.

[Validate]