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.316 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.315 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.314 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.313 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.312 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.310 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.309 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.308 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.307 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.306 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.305 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.304 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.303 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.302 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.301 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.300 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.298 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.297 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.296 app/views/ishapi/user_profiles/show.jbuilder-bk
ishapi-0.1.8.295 app/views/ishapi/user_profiles/show.jbuilder-bk