README.md in so_meta-0.1 vs README.md in so_meta-0.2

- old
+ new

@@ -33,12 +33,17 @@ pages: # Controller name - PagesController about: # Action name - about title: "About | My Awesome New Rails Application" description: "Our company will blow your mind...like really." - contact: - title: "Contact %{name} | My Awesome New Rails Application" # Interpolation content from the view - # By not specifying a description for this page, it'll inherit the defaults + pages-subresource: # Controller name - Pages::SubresourceController + about: # Action name - about + title: "About | My Awesome New Rails Application" + description: "Our company will blow your mind...like really." + + contact: + title: "Contact %{name} | My Awesome New Rails Application" # Interpolation content from the view + # By not specifying a description for this page, it'll inherit the defaults ``` ```Erb <!-- views/layouts/application.html.erb -->