1
0
Fork 0

Do not display Account#id

This commit is contained in:
Alex Kotov 2019-08-14 17:19:31 +05:00
parent 6d1f967968
commit d6e61d4fa0
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 0 additions and 3 deletions

View File

@ -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>