update
This commit is contained in:
parent
d8f6856d70
commit
5a6c4d367c
@ -1,7 +1,8 @@
|
|||||||
class HomeController < ApplicationController
|
class HomeController < ApplicationController
|
||||||
def index
|
def index
|
||||||
config = get_conf
|
config = get_conf
|
||||||
@current_dir = config["project_path"]
|
# @current_dir = config["project_path"]
|
||||||
|
@current_dir = `~`
|
||||||
file_directory(@current_dir)
|
file_directory(@current_dir)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user