index.html.erb 125 Bytes
Newer Older
1 2 3 4 5 6
<h1>My Blog</h1>

<%= link_to "Show Posts as User", posts_path %>

<%= link_to "Manage Posts as Admin", admin_posts_path %>