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.172 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.171 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.169 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.168 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.167 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.166 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.165 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.164 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.162 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.161 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.160 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.159 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.158 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.157 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.156 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.155 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.154 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.153 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.151 app/views/ishapi/users/show.jbuilder
ishapi-0.1.8.150 app/views/ishapi/users/show.jbuilder