Username | Favorite Language | |||
---|---|---|---|---|
<%= user.username %> | <%= user.favorite_language %> | <%= link_to 'Show', :action => 'show', :id => user %> | <%= link_to 'Edit', :action => 'edit', :id => user %> | <%= link_to 'Destroy', { :action => 'destroy', :id => user }, :confirm => 'Are you sure?', :method => :post %> |