덕's IT Story
기본 validates 문법 validates :name, presence: truevalidates :name, length: {mininum: 3} 대체가능 validates 문법validates :name,presence: true,length: {mininum: 3} 참고 : http://guides.rubyonrails.org/active_record_validations.html