From 92a19f76719ec67d469b58dc05b6ebf6a184c6b4 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Sat, 14 Oct 2017 08:11:14 +0900 Subject: Add unpermitted_parameters.action_controller hook to instrument guide [ci skip] --- guides/source/active_support_instrumentation.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'guides') diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 390d989566..25f78fd940 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -197,6 +197,12 @@ INFO. Additional keys may be added by the caller. } ``` +### unpermitted_parameters.action_controller + +| Key | Value | +| ------- | ---------------- | +| `:keys` | Unpermitted keys | + Action View ----------- -- cgit v1.2.3