Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<!-- list.rhtml -->
|
||||
<ul>
|
||||
<% Person.find(:all).each do |person| %>
|
||||
<li>Name: <%= person.name %>, Email: <%= person.email %></li>
|
||||
<% end %>
|
||||
</ul>
|
Reference in New Issue
Block a user