toshimaru/RailsTwitterClone

View on GitHub
app/views/static_pages/help.html.erb

Summary

Maintainability
Test Coverage
<% provide(:title, 'Help') %>

<div>
  <h1>Help</h1>
  <p>
    Get help on the Ruby on Rails Tutorial at the
    <a href="https://www.railstutorial.org/help">Rails Tutorial Help page</a>.
    To get help on this sample app, see the
    <a href="https://www.railstutorial.org/book"><em>Ruby on Rails Tutorial</em>
    book</a>.
  </p>
</div>