Sha256: 9e9e5d944c34e125658fa51bed44a51ed1d8d80f37f1ba7f610f8d46adfde9a1

Contents?: true

Size: 925 Bytes

Versions: 21

Compression:

Stored size: 925 Bytes

Contents

#
# ishapi / cities / show
#

key = [ @city, params.permit! ]
json.cache! key do
  json.city do
    json.id          @city.id.to_s
    json.name        @city.name
    json.cityname    @city.cityname
    json.description @city.description
    json.photo       @city.profile_photo.photo.url( :thumb ) if @city.profile_photo
    json.x           @city.x
    json.y           @city.y

    json.partial! 'ishapi/newsitems/index', :newsitems => @city.newsitems
    json.partial! 'ishapi/features/index',  :features  => @city.features, :resource => @city
    json.partial! 'ishapi/galleries/index', :galleries => @city.galleries
    json.partial! 'ishapi/reports/index',   :reports   => @city.reports
    json.partial! 'ishapi/users/index',     :users     => @city.current_users
    json.partial! 'ishapi/venues/index',    :venues    => @city.venues
    json.partial! 'ishapi/videos/index',    :videos    => @city.videos
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ishapi-0.1.8.49 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.48 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.47 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.46 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.45 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.44 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.43 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.42 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.41 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.40 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.39 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.38 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.37 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.36 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.35 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.34 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.33 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.32 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.31 app/views/ishapi/cities/show.jbuilder
ishapi-0.1.8.30 app/views/ishapi/cities/show.jbuilder