index
:
alphabetlearning-ruby.git
master
Alphabet Learning in Ruby on Rails
y@yulqen.org
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
category.rb
blob: 296e7d6f8787bbe4a4861d60b167d7ae94c17244 (
plain
) (
blame
)
1
2
3
class Category < ApplicationRecord validates :name, presence: true, uniqueness: true end