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