diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-06-25 13:09:05 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-06-25 13:09:05 +0900 |
commit | 4e0c39f662805bc806a22e9b2f428cc1167d1880 (patch) | |
tree | 0e0769f5e5f425cfb2f4e2843029d0c198da7954 /guides | |
parent | 204c45e4be6e031c19d45e11dff77ecfed380773 (diff) | |
download | rails-4e0c39f662805bc806a22e9b2f428cc1167d1880.tar.gz rails-4e0c39f662805bc806a22e9b2f428cc1167d1880.tar.bz2 rails-4e0c39f662805bc806a22e9b2f428cc1167d1880.zip |
remove nonexistent hook from instrumentation guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_support_instrumentation.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 373dbbb9aa..e49abc41f4 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -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 -------------- |