I\'m new to Ruby on Rails. I have the following model:
class Logo < ApplicationRecord validates :name, presence: true, length: { maximum: 255 } validates