Sha256: 075a63ef282ecf377b8b205d98ef861173a887af0d99611335b843b6a0d8d4a6
Contents?: true
Size: 396 Bytes
Versions: 2
Compression:
Stored size: 396 Bytes
Contents
Rails.application.routes.draw do # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html post "/_example/:chatop", controller: "chatops", action: :execute_chatop get "/_example" => "chatops#list" post "/_hello_world/:chatop", controller: "hello_world_chatop", action: :execute_chatop get "/_hello_world" => "hello_world_chatop#list" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chatops-rpc-0.0.2 | fixtures/chatops-controller-example/config/routes.rb |
chatops-rpc-0.0.1 | fixtures/chatops-controller-example/config/routes.rb |