Class FriendlyId::ActiveRecord2::Finders::FinderProxy
In: lib/friendly_id/active_record2/finders.rb
Parent: Object

FinderProxy is used to choose which finder class to instantiate; depending on the model_class‘s friendly_id_config and the options passed into the constructor, it will decide whether to use simple or slugged finder, a single or multiple finder, and in the case of slugs, a cached or uncached finder.

Methods

finder   method_missing   new  

Attributes

finder  [R] 
finder_class  [R] 
ids  [R] 
model_class  [R] 
options  [R] 

Public Class methods

Public Instance methods

Perform the find query.

[Validate]