aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-06-25 10:27:59 +0200
committerYves Senn <yves.senn@gmail.com>2015-06-25 10:27:59 +0200
commit41568f8c0781d6435dc3acf08bb12b00981dc4bb (patch)
tree0e0769f5e5f425cfb2f4e2843029d0c198da7954
parent204c45e4be6e031c19d45e11dff77ecfed380773 (diff)
parent4e0c39f662805bc806a22e9b2f428cc1167d1880 (diff)
downloadrails-41568f8c0781d6435dc3acf08bb12b00981dc4bb.tar.gz
rails-41568f8c0781d6435dc3acf08bb12b00981dc4bb.tar.bz2
rails-41568f8c0781d6435dc3acf08bb12b00981dc4bb.zip
Merge pull request #20696 from y-yagi/remove_active_resource_from_instrumentation_guide
remove nonexistent hook from instrumentation guide [ci skip]
-rw-r--r--guides/source/active_support_instrumentation.md11
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
--------------