# File lib/friendly_id/slugged.rb, line 53
      def friendly_id
        slug.to_friendly_id if slug?
      end