Do not display Account#id
This commit is contained in:
parent
6d1f967968
commit
d6e61d4fa0
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@
|
|||
<% end %>
|
||||
|
||||
<dl class="mt-3">
|
||||
<dt><%= Account.human_attribute_name :id %></dt>
|
||||
<dd><%= @account.id %></dd>
|
||||
|
||||
<dt><%= Account.human_attribute_name :nickname %></dt>
|
||||
<dd><%= @account.nickname %></dd>
|
||||
|
||||
|
|
Reference in a new issue