aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/welcome/index.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index a7bf9b8..0d70707 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -14,6 +14,7 @@
<% content_for :debug do %>
<% if current_user.present? %>
+ <%= pluralize(Resource.count, "resource") %>
<% end %><%# ensure it does not break when we don't have a record... %>
<% end %>