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