json/packages-without-screenshots implemented
This commit is contained in:
parent
a90bb51b38
commit
c0109eb6e7
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue