<% title "Person" %>

Firstname: <%=h @person.firstname %>

Lastname: <%=h @person.lastname %>

<%= link_to "Edit", edit_person_path(@person) %> | <%= link_to "Destroy", @person, :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", people_path %>