Sha256: 20e3b186a423997d46e71732f7d15664d9aec7807ec435cf2a26ef52767e3e9b
Contents?: true
Size: 409 Bytes
Versions: 6
Compression:
Stored size: 409 Bytes
Contents
# # ishapi / users / _show.jbuilder # json.email @user_profile.email json.about @user_profile.about json.lang @user_profile.lang json.name @user_profile.name json.fb_long_access_token @long_lived_token if @user_profile.current_city json.current_city_id @user_profile.current_city_id.to_s json.current_city @user_profile.current_city end
Version data entries
6 entries across 6 versions & 1 rubygems