Sha256: 1e9f04dcce7367f95b56c52757e58115bccc42984c311b168e793f7391873d4c
Contents?: true
Size: 627 Bytes
Versions: 12
Compression:
Stored size: 627 Bytes
Contents
json.name @profile.name json.username @profile.username 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? 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
12 entries across 12 versions & 1 rubygems