json/packages-without-screenshots implemented

This commit is contained in:
Christoph Haas 2016-06-28 17:09:17 +02:00
parent a90bb51b38
commit c0109eb6e7
2 changed files with 2 additions and 0 deletions

View file

@ -16,5 +16,6 @@ class JsonController < ApplicationController
# JSON list of packages that do not have screenshots
def packages_without_screenshots
@p = Package.without_screenshots.all
end
end