Skip to content

Commit 6169f96

Browse files
committedMar 24, 2014
fix erb output
1 parent ca78fce commit 6169f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ __example in `app/views/**/*.html.erb`__
114114

115115
```erb
116116
<%# or update/change the values inside .html.erb %>
117-
<% debug(@page) %>
117+
<%= debug(@page) %>
118118
<% @page.title = "custom title" %>
119119
<% @page.meta_description = "custom meta" %>
120120
```

0 commit comments

Comments
 (0)
Please sign in to comment.