diff --git a/app/views/contracts/show.html.erb b/app/views/contracts/show.html.erb index 5b2c9eb..92815d3 100644 --- a/app/views/contracts/show.html.erb +++ b/app/views/contracts/show.html.erb @@ -1,14 +1,14 @@

First Name: - <%= @contract.first_name %> + <%= @contract.signer.first_name %>

Last Name: - <%= @contract.last_name %> + <%= @contract.signer.last_name %>

Minor: - <%= @contract.cosigner %> + <%= @contract.signer.cosigner %>