# File lib/friendly_id/active_record2/slugged_model.rb, line 185
        def finder_slug
          warn("finder_slug is deprecated and will be removed in 3.0. Please use #friendly_id_status.slug.")
          friendly_id_status.slug
        end