Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class User
- include Mongoid::Document
- field :username, type: String
- field :email, type: String
- field :password, type: String
- #attr_protected :password
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement