Module FriendlyId::ActiveRecord2::SimpleModel::DeprecatedMethods
In: lib/friendly_id/active_record2/simple_model.rb

These methods will be removed in FriendlyId 3.0.

Methods

Public Instance methods

Was the record found using one of its friendly ids? @deprecated Please use friendly_id_status.friendly?

Was the record found using its numeric id? @deprecated Please use friendly_id_status.numeric?

Was the record found using an old friendly id, or its numeric id? @deprecated Please use !friendly_id_status.best?

[Validate]