GitList
About
Refresh
Report bug
Help
browsing:
996aff046ae005d2a1d33a64bda0822998b6d905
Branches
backbonejs-auth
chat-css
history
master
sending-messages
Files
Commits
Stats
Network
xmpp-bachelor.git
/
app
/
models
/
user.rb
Raw
Blame
History
class User include Mongoid::Document field :jid, type: String end