This commit is contained in:
bee0005 2016-09-02 06:18:45 +00:00
parent d8f6856d70
commit 5a6c4d367c
2 changed files with 4 additions and 3 deletions

View File

@ -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