4 lines
153 B
CoffeeScript
Executable File
4 lines
153 B
CoffeeScript
Executable File
Template.usersList.helpers
|
|
getMeetingSize: -> # Retreieve the number of users in the chat, or "error" string
|
|
return Meteor.Users.find().count()
|