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

add render_layout.action_view asn to documentation

This commit is contained in:
Eric Mustin 2021-12-19 15:29:50 -05:00
parent a433cdcdd8
commit 9219fb314d
No known key found for this signature in database
GPG key ID: 9FBABDD915B5315B

View file

@ -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