<%= notice %>

Name: <%= @user.name %>

Pw hash: <%= @user.pw_hash %>

Groups: <%= @user.groups %>

<%= link_to 'Edit', edit_user_path(@user) %> | <%= link_to 'Back', users_path %>