Sha256: 062e2d379bdffd61e9db5b501a83f4410f974449549a2ce0301ea23893740f8c
Contents?: true
Size: 349 Bytes
Versions: 17
Compression:
Stored size: 349 Bytes
Contents
# # ishapi / users / _show.jbuilder # json.email @user_profile.email json.about @user_profile.about json.lang @user_profile.lang if @user_profile.current_city json.current_city_id @user_profile.current_city_id.to_s json.current_city do json.id @user_profile.current_city_id.to_s json.name @user_profile.current_city.name end end
Version data entries
17 entries across 17 versions & 1 rubygems