From 9219fb314d75337f9c9d318a7971871e0b874fbc Mon Sep 17 00:00:00 2001 From: Eric Mustin <eric.mustin@shopify.com> Date: Sun, 19 Dec 2021 15:29:50 -0500 Subject: [PATCH] add render_layout.action_view asn to documentation --- guides/source/active_support_instrumentation.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/guides/source/active_support_instrumentation.md b/guides/source/active_support_instrumentation.md index 2a861b1920..07f158fabb 100644 --- a/guides/source/active_support_instrumentation.md +++ b/guides/source/active_support_instrumentation.md @@ -315,6 +315,19 @@ INFO. Additional keys may be added by the caller. } ``` +#### render_layout.action_view + +| Key | Value | +| ------------- | --------------------- | +| `:identifier` | Full path to template | + + +```ruby +{ + identifier: "/Users/adam/projects/notifications/app/views/layouts/application.html.erb" +} +``` + ### Active Record #### sql.active_record