add push notification subscription model to index

This commit is contained in:
Ivan Socolsky 2017-02-02 15:36:45 -03:00
parent 8b62a3b4d8
commit 0341a865b3
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ Model.Preferences = require('./preferences');
Model.Email = require('./email');
Model.TxNote = require('./txnote');
Model.Session = require('./session');
Model.PushNotificationSub = require('./pushnotificationsub');
module.exports = Model;