1
0
Fork 0
find-us-lunch/app/views/users/show.html.erb

4 lines
145 B
Text

<h2><%= @user.name %></h2>
Friends: <%= @user.friends.count %><br/>
Created: <%= @user.created_at %><br/>
Updarted: <%= @user.updated_at %><br/>