add support for profile
This commit is contained in:
parent
779e3ee978
commit
252ebf50cc
7 changed files with 268 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { Meteor } from 'meteor/meteor';
|
|||
import { check } from 'meteor/check';
|
||||
import Documents from '../Documents';
|
||||
|
||||
Meteor.publish('documents', function documentsView() {
|
||||
Meteor.publish('documents', function documents() {
|
||||
return Documents.find({ owner: this.userId });
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue