Rename user.friend_users to user.friends
This is possible now since we've renamed Friend to Friendship
This commit is contained in:
parent
1cf8fec58d
commit
2169c503ef
6 changed files with 10 additions and 10 deletions
|
@ -194,7 +194,7 @@
|
|||
<%= content_tag "div", "", :id => "map", :class => "content_map", :data => { :user => user_data } %>
|
||||
<% end %>
|
||||
|
||||
<% friends = @user.friend_users %>
|
||||
<% friends = @user.friends %>
|
||||
<% nearby = @user.nearby - friends %>
|
||||
|
||||
<div class="activity-block column-1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue