This website works better with JavaScript
Home
Explore
Help
Sign In
PMD
/
rotom_bot
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
1
Wiki
Tree:
fbc045743b
Branches
Tags
image_merge
lint-files
master
the_goal
rotom_bot
/
app
/
models
/
users.rb
users.rb
68 B
History
Raw
1
2
3
class User < ActiveRecord::Base
validates :id, presence: true
end