>todo_item.rb
class TodoItem validates :content, presence: true, length: { minimum: 3 } end
back to
Archived: This project has been archived. Cards can no longer be completed.
class TodoItem validates :content, presence: true, length: { minimum: 3 } end
Isabel likes this.