This commit is contained in:
bee0005 2016-09-02 05:56:12 +00:00
parent 84288c167a
commit 7eff0efa68
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ class HomeController < ApplicationController
def index
config = get_conf
@current_dir = config["project_path"]
file_directory(@current_dir)
end
end