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

Version Path
bot-0.0.46 lib/bot/route_extensions.rb
bot-0.0.45 lib/bot/route_extensions.rb
bot-0.0.44 lib/bot/route_extensions.rb
bot-0.0.43 lib/bot/route_extensions.rb
bot-0.0.42 lib/bot/route_extensions.rb
bot-0.0.41 lib/bot/route_extensions.rb
bot-0.0.40 lib/bot/route_extensions.rb
bot-0.0.39 lib/bot/route_extensions.rb
bot-0.0.38 lib/bot/route_extensions.rb
bot-0.0.37 lib/bot/route_extensions.rb
bot-0.0.35 lib/bot/route_extensions.rb
bot-0.0.34 lib/bot/route_extensions.rb
bot-0.0.33 lib/bot/route_extensions.rb
bot-0.0.32 lib/bot/route_extensions.rb
bot-0.0.31 lib/bot/route_extensions.rb
bot-0.0.30 lib/bot/route_extensions.rb
bot-0.0.29 lib/bot/route_extensions.rb
bot-0.0.28 lib/bot/route_extensions.rb
bot-0.0.27 lib/bot/route_extensions.rb
bot-0.0.26 lib/bot/route_extensions.rb