# File lib/friendly_id/active_record2/tasks.rb, line 19
    def days=(days)
      @days = days.blank? ? OLD_SLUG_DAYS : days.to_i
    end