Skip to content

Commit dbae623

Browse files
committed
Add available since for server managed meta tags docs
1 parent 509000b commit dbae623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cookbook/server-managed-meta-tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Inertia Rails can manage a page's meta tags on the server instead of on the fron
44

55
Inertia Rails renders server defined meta tags into both the server rendered HTML and the client-side Inertia page props. Because the tags share unique `head-key` attributes, the client will "take over" the meta tags after the initial page load.
66

7+
@available_since rails=3.10.0
8+
79
## Setup
810

911
### Server Side

0 commit comments

Comments
 (0)