1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #20696 from y-yagi/remove_active_resource_from_instrumentation_guide

remove nonexistent hook from instrumentation guide [ci skip]
This commit is contained in:
Yves Senn 2015-06-25 10:27:59 +02:00
commit 41568f8c07

View file

@ -321,17 +321,6 @@ Action Mailer
}
```
Active Resource
--------------
### request.active_resource
| Key | Value |
| -------------- | -------------------- |
| `:method` | HTTP method |
| `:request_uri` | Complete URI |
| `:result` | HTTP response object |
Active Support
--------------