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.
provide
content_for
1 parent b97f230 commit 1fd0c40Copy full SHA for 1fd0c40
app/views/pages/show.html.erb
@@ -1,4 +1,4 @@
1
-<% provide :page_title, @page.title %>
2
-<% provide :page_description, @page.description %>
+<% content_for :page_title, @page.title %>
+<% content_for :page_description, @page.description %>
3
4
<%= @page.body %>
0 commit comments