Files
test_rails_kaungkaung/app/views/projects/index.html.erb

8 lines
128 B
Plaintext

<h1>Projects</h1>
<ul>
<% @projects.each do |project| %>
<li><h3><%= project.project_name %></h3></li>
<% end %>
</ul>