*show.rabl resolved

This commit is contained in:
Seth Call 2012-11-12 21:14:23 -06:00
commit 4b392f8cde
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
object @user
attributes :id, :first_name, :last_name, :name, :city, :state, :country, :online, :photo_url, :friend_count, :follower_count, :following_count
attributes :id, :first_name, :last_name, :name, :city, :state, :country, :online, :photo_url, :gender, :birth_date, :internet_service_provider, :friend_count, :follower_count, :following_count
unless @user.friends.nil? || @user.friends.size == 0
child :friends => :friends do