Sha256: 03ec0ea8b12d4d11862a5c273b8b486c0a867c3da7422a92459123fd1fef3979
Contents?: true
Size: 319 Bytes
Versions: 17
Compression:
Stored size: 319 Bytes
Contents
# # ishapi / users / _show.jbuilder # json.email @user_profile.email json.about @user_profile.about 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