Sha256: cd070b8dad446826d5190f3358c387a96484bea00d071b2b4d1ebdbeecf8db34

Contents?: true

Size: 217 Bytes

Versions: 17

Compression:

Stored size: 217 Bytes

Contents

#
# ishapi / cities / index
#

key = [ ::IshModels::CacheKey.one.cities ]
json.cache! key do
  json.array! @cities do |city|
    json.id city.id.to_s
    json.name city.name
    json.cityname city.cityname
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ishapi-0.1.8.16 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.15 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.14 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.13 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.12 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.11 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.10 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.9 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.8 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.7 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.6 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.5 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.4 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.3 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8.2 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.8 app/views/ishapi/cities/index.jbuilder
ishapi-0.1.6 app/views/ishapi/cities/index.jbuilder