7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
<h1>Your favorite perople listed here ...</h1>
|
|
<p>For now only the tiss_ids are stored and shown</p>
|
|
|
|
<% @favoritePeople.each do |favPerson| %>
|
|
Tiss_id: <%= favPerson.tiss_id %>
|
|
<% end %>
|