Skip to content

Commit e91105e

Browse files
replace misleading page_content in page generator layout
1 parent a0d22b0 commit e91105e

File tree

1 file changed

+2
-1
lines changed
  • lib/generators/matestack/page/templates/app/matestack/pages/%app_name%/%namespace%

1 file changed

+2
-1
lines changed

lib/generators/matestack/page/templates/app/matestack/pages/%app_name%/%namespace%/%file_name%.rb.tt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ class Pages::<% unless namespace.nil? %><%= namespace.camelize %>::<% end %><% u
88
def response
99
components {
1010
heading text: 'Welcome to your <%= class_name %> page'
11-
page_content
11+
# your page content goes here, e.g.
12+
# partial :partial_example
1213
}
1314
end
1415

0 commit comments

Comments
 (0)