add account fields

This commit is contained in:
Brian Smith 2012-11-12 21:52:30 -05:00
parent 1239cad08f
commit 5f3ed69c8e
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, :email, :online, :photo_url, :friend_count, :follower_count, :following_count
attributes :id, :first_name, :last_name, :name, :city, :state, :country, :email, :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