Nested routes, Listed tasks associated with projects
This commit is contained in:
7
app/views/projects/index.html.erb
Normal file
7
app/views/projects/index.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<h1>Projects</h1>
|
||||
|
||||
<ul>
|
||||
<% @projects.each do |project| %>
|
||||
<li><h3><%= project.project_name %></h3></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user