# File lib/friendly_id/active_record2/simple_model.rb, line 132
      def to_param
        (friendly_id || id).to_s
      end