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

5 lines
145 B
Text
Raw Normal View History

2014-10-27 12:25:36 -04:00
<h2><%= @user.name %></h2>
Friends: <%= @user.friends.count %><br/>
Created: <%= @user.created_at %><br/>
Updarted: <%= @user.updated_at %><br/>