Sha256: a76ec3aa5f4b9fdebd2c8a2aa3fcce2923d253e7ac5108277b2c4b77555025a9

Contents?: true

Size: 781 Bytes

Versions: 111

Compression:

Stored size: 781 Bytes

Contents


json.email                @current_profile.email
json.about                @current_profile.about
json.lang                 @current_profile.lang
json.name                 @current_profile.name
json.fb_long_access_token @current_profile.fb_long_access_token
json.expires_in           @current_profile.fb_expires_in

if @current_profile.current_city
  json.current_city_id @current_profile.current_city_id.to_s
  json.current_city    @current_profile.current_city
end

if @current_profile.addresses[0]
  json.partial! 'ishapi/addresses/show', :address => @current_profile.addresses[0]
end

if @current_profile.measurement
  json.partial! 'ishapi/measurements/show', :measurement => @current_profile.measurement
end

# json.partial! 'ishapi/orders/show', :order => @current_order

Version data entries

111 entries across 111 versions & 1 rubygems

Version Path
ishapi-0.1.8.294 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.293 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.292 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.291 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.290 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.289 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.288 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.287 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.286 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.285 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.284 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.283 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.282 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.281 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.280 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.279 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.278 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.277 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.276 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.275 app/views/ishapi/user_profiles/show.jbuilder-bk