Sha256: cd8e2ee3f2ae2af3c2d94558bed55faa87d0b590168f6c2ba8c8f69dc4795f35
Contents?: true
Size: 289 Bytes
Versions: 3
Compression:
Stored size: 289 Bytes
Contents
module Facebook module Bot class Space < ::Rails::Engine isolate_namespace Space autoload :StationController, "facebook/bot/station" Space.routes.draw do get "/", to: "station#validation" post "/", to: "station#receive" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
facebook-bot-0.1.3 | lib/facebook/bot/space.rb |
facebook-bot-0.1.2 | lib/facebook/bot/space.rb |
facebook-bot-0.1.1 | lib/facebook/bot/space.rb |