Fixed no-reference error on contracts.first_name
This commit is contained in:
parent
4a41d6107d
commit
7deb88b29c
|
@ -1,14 +1,14 @@
|
||||||
<p>
|
<p>
|
||||||
<b>First Name:</b>
|
<b>First Name:</b>
|
||||||
<%= @contract.first_name %>
|
<%= @contract.signer.first_name %>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>Last Name:</b>
|
<b>Last Name:</b>
|
||||||
<%= @contract.last_name %>
|
<%= @contract.signer.last_name %>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>Minor:</b>
|
<b>Minor:</b>
|
||||||
<%= @contract.cosigner %>
|
<%= @contract.signer.cosigner %>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user