Sha256: be7b50d7eb137ac58b51e0b4ee3ebeadb91bf15b1289cd96649678c4ed2d3ce6
Contents?: true
Size: 347 Bytes
Versions: 8
Compression:
Stored size: 347 Bytes
Contents
<h1>Home#index</h1> <p>Find me in app/views/home/index.html.erb</p> <%= link_to "Posts#index", posts_path %> <%= link_to "Posts#new", new_post_path %> <%= link_to "Posts#show", post_path(1) %> <%= link_to "PostsBlog#index", blog_posts_path %> <%= link_to "PostsBlog#new", new_blog_post_path %> <%= link_to "PostsBlog#show", blog_post_path(1) %>
Version data entries
8 entries across 8 versions & 1 rubygems