Sha256: 338d84358b6780b76f8d2196fa5940feb61bdadd8f043fa4e83dfc3949831fc3
Contents?: true
Size: 156 Bytes
Versions: 6
Compression:
Stored size: 156 Bytes
Contents
module Cloudfuji module UserHelper def notify(title, body, category) Cloudfuji::User.notify(self.ido_id, title, body, "chat") end end end
Version data entries
6 entries across 6 versions & 1 rubygems