From d6e61d4fa04eba824ab392de82fc929b7f8bcdc3 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 14 Aug 2019 17:19:31 +0500 Subject: [PATCH] Do not display Account#id --- app/views/staffs/accounts/show.html.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/staffs/accounts/show.html.erb b/app/views/staffs/accounts/show.html.erb index 0325f81..8f57b1a 100644 --- a/app/views/staffs/accounts/show.html.erb +++ b/app/views/staffs/accounts/show.html.erb @@ -24,9 +24,6 @@ <% end %>
-
<%= Account.human_attribute_name :id %>
-
<%= @account.id %>
-
<%= Account.human_attribute_name :nickname %>
<%= @account.nickname %>