Skip to content

Instantly share code, notes, and snippets.

View deivid-rodriguez's full-sized avatar

David Rodríguez deivid-rodriguez

View GitHub Profile
model Token
include Mongoid::Document
field :user_id
end
model User
include Mongoid::Document
has_many :tokens
production:
DB_NAME: ''
DB_USER: ''
DB_PASS: ''
test:
DB_NAME: ''
DB_USER: ''
DB_PASS: ''