gluster-web-interface/app/controllers/home_controller.rb

7 lines
131 B
Ruby
Raw Normal View History

2016-08-20 06:41:37 +00:00
class HomeController < ApplicationController
def index
2016-09-02 05:47:18 +00:00
config = get_conf
@current_dir = config["project_path"]
2016-08-20 06:41:37 +00:00
end
end