This website works better with JavaScript
Home
Explore
Help
Sign In
community-messaging-project
/
cims-configurationserver
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f25c5e7a22
Branches
Tags
master
ror32
cims-configu...
/
app
/
models
/
user.rb
user.rb
87 B
History
Raw
1
2
3
class User < ActiveRecord::Base
attr_accessible :email, :name, :password, :quota
end