Sha256: b5c6656cf3f169795f1955063437eae8936d8edbcd24d742b6d0f7e771fa6d02
Contents?: true
Size: 441 Bytes
Versions: 6
Compression:
Stored size: 441 Bytes
Contents
json.name @profile.name # json.username @profile.username json.email @profile.email json.n_reports @profile.reports.count json.n_galleries @profile.galleries.count json.n_videos @profile.videos.count json.n_stars @profile.n_stars json.n_unlocks @profile.n_unlocks 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
6 entries across 6 versions & 1 rubygems