new method in use
This commit is contained in:
parent
46380d63ad
commit
11f54d27a2
2 changed files with 2 additions and 3 deletions
|
@ -53,7 +53,7 @@ class PhotosController < ApplicationController
|
|||
|
||||
def scan
|
||||
require "scan"
|
||||
ScanFiles.FullScan
|
||||
ScanFiles.Scan(false)
|
||||
redirect_to(root_path)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue