9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
This is the result for your basic people search:
|
|
|
|
<% @people.each do |person| %>
|
|
<p>
|
|
<%= person.first_name %>
|
|
<%= person.last_name %>
|
|
</p>
|
|
<% end %>
|