Allow deleting screenshots for the user, too
This commit is contained in:
parent
03b221a3df
commit
d70d2ee1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class PackagesController < ApplicationController
|
||||
before_action :authenticate_user!, only: [:delete_screenshot, :moderate]
|
||||
before_action :authenticate_user!, only: [:moderate]
|
||||
|
||||
def list
|
||||
@packages = query_packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue