# File lib/friendly_id/active_record2/slugged_model.rb, line 179
        def best_id
          warn("best_id is deprecated and will be removed in 3.0. Please use #to_param.")
          to_param
        end