Hint added
This commit is contained in:
parent
34d7eb649c
commit
82fb26efad
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ class PackagesController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
# Show upload form for new images
|
||||
# Show upload form for new images.
|
||||
# Display existing images for reference.
|
||||
def upload
|
||||
@package = Package.find_by!(name: params[:name])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue