Sha256: aa86be54672650c15b329bfc3474b63d8db6a9f2f4e3dddd061c1aaf82a48d58
Contents?: true
Size: 186 Bytes
Versions: 27
Compression:
Stored size: 186 Bytes
Contents
module Bot module RouteExtensions def mount_bot(mount_point='/bot/notify', handler=ApplicationHandler) post mount_point, to: 'bot/bot#notify', bot: handler end end end
Version data entries
27 entries across 27 versions & 1 rubygems