Skip to content

Commit

Permalink
Fixed page-account example
Browse files Browse the repository at this point in the history
The pagid helper no longer prepend page- prefix.
  • Loading branch information
weppos committed Sep 7, 2011
1 parent 3c3bcd9 commit 9002cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rails/design.md
Expand Up @@ -56,6 +56,6 @@ Each layout should have its own layout namespace attached to the layout file its
Use the `pagid` Ruby helper at the top of your action file.
For example, to assign the page namespace `page-account` to the `/accounts/index.html.erb` view file, place the following string at the top of the view file.

<% pagid "account" %>
<% pagid "page-account" %>

... here your HTML view

0 comments on commit 9002cb9

Please sign in to comment.