Sha256: f41e813755b2a440f0fb91f32baa3f93a62569b62e4a97809a8234684ef05e06

Contents?: true

Size: 664 Bytes

Versions: 54

Compression:

Stored size: 664 Bytes

Contents

json.id                profile.id.to_s
json.name              profile.name
json.email             profile.email
json.profile_photo_url profile.profile_photo.photo.url( :thumb ) if profile.profile_photo

json.n_reports     profile.reports.count
json.n_galleries   profile.galleries.count
json.n_videos      profile.videos.count
# json.n_stars       profile.n_stars # @TODO: which one is deprecated?
json.n_unlocks     profile.n_unlocks # @TODO: which one is deprecated?
json.is_purchasing profile.is_purchasing
if profile.current_city
  json.current_city profile.current_city
end

json.bookmarks profile.bookmarks do |b|
  json.name b.name
  json.slug b.slug
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
ishapi-0.1.8.231 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.229 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.228 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.227 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.226 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.225 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.224 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.223 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.222 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.221 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.220 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.219 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.218 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.217 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.216 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.215 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.214 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.213 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.212 app/views/ishapi/user_profiles/_account.jbuilder
ishapi-0.1.8.211 app/views/ishapi/user_profiles/_account.jbuilder