<%= notice %>
Role name | User | ||||
---|---|---|---|---|---|
<%= profile.email %> | <%= profile.role_name %> | <%= profile.user_id %> | <%= link_to 'Show', profile %> | <%= link_to 'Edit', edit_profile_path(profile) %> | <%= link_to 'Destroy', profile, method: :delete, data: { confirm: 'Are you sure?' } %> |