Missing jbuilder file added for /json/packages-without-screenshots

This commit is contained in:
Christoph Haas 2016-06-28 17:12:56 +02:00
parent 1928f8d2a8
commit b3625f0a89

View file

@ -0,0 +1,5 @@
json.cache! ['json_packages'], expires_in: 1.hour do
json.packages @p do |p|
json.extract! p, :name
end
end