We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7772a69 commit 2645146Copy full SHA for 2645146
spec/dummy/app/controllers/inertia_meta_controller.rb
@@ -86,7 +86,7 @@ def cleared_meta
86
87
def meta_with_default_render
88
render inertia: { some: 'prop' }, meta: [
89
- { name: 'description', content: 'default rendering still works' },
+ { name: 'description', content: 'default rendering still works' }
90
]
91
end
92
0 commit comments