complete loading
This commit is contained in:
parent
f2a1e1142c
commit
1224cc7cd7
@ -19,7 +19,7 @@ class HomeController < ApplicationController
|
|||||||
def delete_file
|
def delete_file
|
||||||
file_name = params[:file_name]
|
file_name = params[:file_name]
|
||||||
puts "rm #{file_name} -rf"
|
puts "rm #{file_name} -rf"
|
||||||
#`rm #{file_name} -rf`
|
`rm #{file_name} -rf`
|
||||||
redirect_to '/home/index'
|
redirect_to '/home/index'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user