9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
<% provide(:title, "Home") %>
|
|
<h1>Sample App</h1>
|
|
<p>
|
|
This is the home page for the
|
|
<a href="https://www.railstutorial.org/">Ruby on Rails Tutorial</a>
|
|
sample application.
|
|
</p>
|
|
|