This website works better with JavaScript
홈
탐색
도움말
로그인
PMD
/
rotom_bot
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
1
위키
트리:
f4e497d46f
브랜치
태그
image_merge
lint-files
master
the_goal
rotom_bot
/
app
/
models
/
type.rb
type.rb
105 B
히스토리
Raw
1
2
3
4
class Type < ActiveRecord::Base
validates :name, presence: true
validates :color, presence: true
end