This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
model Token | |
include Mongoid::Document | |
field :user_id | |
end | |
model User | |
include Mongoid::Document | |
has_many :tokens |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
production: | |
DB_NAME: '' | |
DB_USER: '' | |
DB_PASS: '' | |
test: | |
DB_NAME: '' | |
DB_USER: '' | |
DB_PASS: '' | |
NewerOlder