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:
parent
a433cdcdd8
commit
9219fb314d
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue