Skip to content

Commit b3d1b7a

Browse files
author
Ben Lavender
authored
Fix a documentation inconsitency
I think this was copied in from the tests, which use a true anonymous controller.
1 parent 3b89c5e commit b3d1b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Some routing boilerplate is required in `config/routes.rb`:
2222

2323
```ruby
2424
Rails.application.routes.draw do
25-
post "/_chatops/:action", controller: "anonymous"
25+
post "/_chatops/:action", controller: "chatops"
2626
get "/_chatops" => "chatops#list"
2727
end
2828
```

0 commit comments

Comments
 (0)