Skip to content

Commit

Permalink
Update doc/guides/3 - Advanced Techniques and Tips/3 - Using Custom V…
Browse files Browse the repository at this point in the history
…iew or Layout Templates.textile

Changed line contained a typo, should be content_for, as content_for? is not a method of the @page object
  • Loading branch information
rickyah committed Aug 27, 2012
1 parent 333297c commit 76ea94d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ Create +app/views/refinery/pages/about_us.html.erb+, where +about_us+ is the
name of the file you whitelisted.

* Inside of this file, you can either +render '/refinery/content_page'+, or you
can use +@page.content_for?(:body)+ to output the content of a specific page part.
can use +@page.content_for(:body)+ to output the content of a specific page part.

h4. Set Back-End Select

Expand Down

0 comments on commit 76ea94d

Please sign in to comment.