Sha256: fe2ef53b7c5790b99c61fc6b876553a9c4a1479377229153e285f7c07017159a

Contents?: true

Size: 816 Bytes

Versions: 109

Compression:

Stored size: 816 Bytes

Contents

#
# ishapi / users / show.jbuilder
#

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

109 entries across 109 versions & 1 rubygems

Version Path
ishapi-0.1.8.149 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.148 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.147 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.146 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.145 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.144 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.143 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.142 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.141 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.140 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.139 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.138 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.137 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.136 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.135 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.134 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.133 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.132 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.131 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.130 app/views/ishapi/users/show.jbuilder