From 20091503edbd580197a04ef4e1e4cabcec502ed6 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Wed, 14 May 2014 14:58:56 -0400 Subject: [PATCH] reveal new user acct link --- app/views/accounts/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/accounts/index.html.erb b/app/views/accounts/index.html.erb index 341a8b6..6410350 100644 --- a/app/views/accounts/index.html.erb +++ b/app/views/accounts/index.html.erb @@ -21,4 +21,4 @@ <% end %> -<%= link_to 'New user', new_account_path unless Rails.env.production? %> +<%= link_to 'New user', new_account_path %>